Macintosh Installing HAXM for Android

I follow the instructions https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x

I used the Android SDK Manager and installed the Intel x86 Emulator Accelerator (HAXM installer). Then I used the Intel HAXM installer and used the default settings. Then I tried to run

 kextstat | grep intel 

and nothing happens. I tried to run

 sudo kextloadb com.intel.kext.intelhaxm

I get the following errors:

/ - b failed to load - (libkern / kext) not found; check system / kernel logs for errors or try kextutil (8). /com.intel.kext.intelhaxm failed to load - (libkern / kext) not found; check system / kernel logs for error or try kextutil (8).

The Android SDK states that I am missing / dev / haxm.

How to solve problems with your installed version of HAXM inside OS10.10?

+4
source share
1 answer

@emmby provided the following information regarding another question .

After installing HAXM DMG in accordance with the instructions located on Intel Then I was able to do below, and now it is functioning. It should be noted that after that I could not delete my accelerated AVD and was forced to delete it through the command line. I have repeatedly received the error that AVD was used even after closing the ADK.

How to fix HAXM installation on OSX Yosemite -

  • Run sudo nvram boot-args="kext-dev-mode=1"
  • Restart.
  • Run sudo kextload -bundle-id com.intel.kext.intelhaxm
+7
source

All Articles