Intel HAXM on macOS high sierra (10.13)

后端 未结 11 2067
走了就别回头了
走了就别回头了 2020-12-24 11:50

Is there any way of using Android emulator on High Sierra (10.13)?

When I run

./HAXM\\ installation -u

It says:

HA         


        
11条回答
  •  悲哀的现实
    2020-12-24 12:28

    To verify that Intel HAXM is running, open a terminal window and execute the following command:

    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.

    Try to stop and stat again HAXM., than verify it works correctly.

    To stop Intel HAXM, use the following commands:

    sudo kextunload -b com.intel.kext.intelhaxm
    

    To start Intel HAXM, use the following commands:

    sudo kextload -b com.intel.kext.intelhaxm
    

提交回复
热议问题