1

I have just updated my OSX to High Sierra. Since then My android Emulators don't run! I have deleted all the old emulators and created a new one. But it is too slow. It seems HAXM is disabled right now!

How can I enable and run HAXM?

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Amin Memariani
  • 830
  • 3
  • 17
  • 39

2 Answers2

2

HAXM is supported until mac OS 10.12. They have not support for mac OSX 10.13 yet.

Supported Operating Systems:

Mac* OS X* 10.10 (Yosemite) or higher, up to macOS* 10.12 (Sierra)

check here for more

Amin Memariani
  • 830
  • 3
  • 17
  • 39
2

1- Go to Recovery Mode by restarting and holding down ⌘+R until Apple logo appears.

2- In the top menu click Utilities > Terminal.

3- In the Terminal window type and press Enter:

csrutil enable --without kext

Then you can install HAXM from: Download the driver from here and unzip it.

Open a terminal and go to the directory of the driver : cd Downloads/haxm-macosx_v6_2_0 # edit the file and look for 10.12 Add 10.13 after 10.12, and save the file Run it : Make sure it works :

sudo kextload -bundle-id com.intel.kext.intelhaxm

See this post here

Masoudy BaBa
  • 383
  • 2
  • 12