如何在 Mac OSX High Sierra 上 运行 HAXM
How to run HAXM on Mac OSX Hight Sierra
我刚刚将 OSX 更新为 High Sierra。从那时起,我的 android 模拟器不再 运行!我删除了所有旧的模拟器并创建了一个新的。但它太慢了。似乎 HAXM 现在被禁用了!
如何启用和 运行 HAXM?
HAXM 在 mac OS 10.12 之前得到支持。他们还不支持 mac OSX 10.13。
Supported Operating Systems:
Mac* OS X* 10.10 (Yosemite) or higher, up to macOS* 10.12 (Sierra)
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
看到这个post
here
我刚刚将 OSX 更新为 High Sierra。从那时起,我的 android 模拟器不再 运行!我删除了所有旧的模拟器并创建了一个新的。但它太慢了。似乎 HAXM 现在被禁用了!
如何启用和 运行 HAXM?
HAXM 在 mac OS 10.12 之前得到支持。他们还不支持 mac OSX 10.13。
Supported Operating Systems:
Mac* OS X* 10.10 (Yosemite) or higher, up to macOS* 10.12 (Sierra)
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
看到这个post here