AndroidStudio: Can't run AVD because of Intel HAXM error

后端 未结 3 1250
-上瘾入骨i
-上瘾入骨i 2020-12-20 20:07

According to my AS SDK manager, Intel x86 Emulator Accelerator (HAXM Installer) version 6.0.1 is installed.

However, if I attempt to \'run\' my

相关标签:
3条回答
  • 2020-12-20 20:28

    I ever see Avast! doing wrong with Intel HAXM (did you just installed it ?) on a friend's laptop. What i would suggest is simply to unistall/reinstall it in "Settings/System Setting/Android SDK". Personnally at the HAXM "installation" from AndroidStudio it was downloaded only. I managed by going to "C:\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager" (or the corresponding path onto your computer) in order to run the installer manually.

    0 讨论(0)
  • You have to install it.

    Go to your sdk manager and then select it to install it (look at the bottom). Then you have to go to the folder in which the android studio is installed then look for extras/intel and then install it.

    There can be a couple of problems when this happens. You have to run your BIOS to activate virtualization technology (look how to go to the BIOS), and deactivate your antivirus while its installing. (Also you should deactivate the option about virtualization technology).

    When the HAXM its done, open your android studio and try to run your application, it's gonna work this time!

    (I had the same problem few days ago).

    0 讨论(0)
  • 2020-12-20 20:40

    The reason is because you have installed Avast. You have to uncheck this option: Enable hardware -assisted virtualization

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