You need the Intel HAXM. Open the SDK Manager and install the Intel x86 Emulator Accelerator (HAXM Installer)
After that, open your SDK directory and open the DMG file located inside extras\intel\Hardware_Accelerated_Execution_Manager
. Then run the installer contained inside.
After that you may check if HAXM is running via kextstat | grep intel
If Intel HAXM is operating correctly, the command will show a status message indicating that the kernel extension named "com.intel.kext.intelhaxm" is loaded.
To stop or start Intel HAXM, use the following commands:
- Stop:
sudo kextunload –b com.intel.kext.intelhaxm
- Start:
sudo kextload –b com.intel.kext.intelhaxm