Installing HAXM on osx Yosemite

后端 未结 7 1187
说谎
说谎 2021-02-07 04:31

I\'m following the instructions to install Intel HAXM on OS X.

https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated

7条回答
  •  梦如初夏
    2021-02-07 04:51

    NEW: V1.1.1 that can be found here fix the problem

    OLD METHOD:

    Two fixes were necessary to get this to work.

    First, the -b option no longer appears to be correct. Instead use -bundle-id.

    Second, if you check in Console.app you will notice

    ERROR: invalid signature for com.intel.kext.intelhaxm, will not load
    

    To fix this, you must run sudo nvram boot-args="kext-dev-mode=1" and then restart your computer.

    In summary:

    1. Run sudo nvram boot-args="kext-dev-mode=1"
    2. Restart.
    3. Run sudo kextload -bundle-id com.intel.kext.intelhaxm

    Thank you to reddit for the answer.

    NOTE: By running sudo nvram boot-args="kext-dev-mode=1" you will allow ALL UNSIGNED KEXT to be loaded. Know your system.

提交回复
热议问题