HAX kernel module is not installed

前端 未结 8 513
长情又很酷
长情又很酷 2020-11-29 01:25

I have just downloaded latest android studio from official android site and installed it. But I am getting this error instead of having Intel X 86 Emulator accelerator. What

相关标签:
8条回答
  • 2020-11-29 01:43

    Try installing it again with the stand alone installer https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement - assuming you have a CPU that supports Virtualization, have turned off antivirus and any hypervisor.

    0 讨论(0)
  • 2020-11-29 01:44

    Turning off HyperV on windows 8.1 did the trick for me

    dism.exe /Online /Disable-Feature:Microsoft-Hyper-V

    0 讨论(0)
  • 2020-11-29 01:45

    First you need to turn on virtualization on your machine. To do that, restart your machine. Press F2. Goto BIOS. Make Virtualization Enabled. Press F10. Start windows. Now, goto Extras folder of Android installation folder and find intel-haxm-android.exe. Run it. Start Android Studio. Now, it should allow you to run your program using emulator.

    0 讨论(0)
  • 2020-11-29 01:46

    After reading many questions on stackoverflow I found out that my CPU does not support Virtualization. I have to upgrade to the cpu which supports Virtualization in order to install Intel X 86 Emulator accelerator(Haxm Installer)

    0 讨论(0)
  • 2020-11-29 01:50

    Recently, I have faced this issue. And fixed it by changing CPU/ABI from Intel Atom (x86) to ARM(armeabi-v7a).

    • Select the Virtual Device. Click on Edit
    • Click on CPU/ABI option
    • Change it to ARM(armeabi-v7a) from intel. Click OK

    Job done.

    0 讨论(0)
  • 2020-11-29 02:05

    Since most modern CPUs support virtualization natively, the reason you received such message can be because virtualization is turned off on your machine. For example, that was the case on my HP laptop - the factory setting for hardware virtualization was "Disabled". So, go to your machine's BIOS and enable virtualization.

    0 讨论(0)
提交回复
热议问题