HAXM installation fails claiming VT-X not present

前端 未结 9 1459
轻奢々
轻奢々 2021-02-03 15:46

I\'m having difficulties trying to install HAXM for my emulator in Android Studio. I have an hp2000 notebook; I updated Windows 8.1 to Windows 8.1 Pro to activate the Hyper-V fe

相关标签:
9条回答
  • 2021-02-03 16:10
    1. Turn off your PC and turn it back on, then instantly hit F10 or the ESC button (whichever works for you) - it will enter you into the BIOS

    2. Use the arrow keys to enter into System Security

    3. Ensure VIRTUAL TECHNOLOGY VTX is checked, then hit F10 to save, and reboot your computer

    4. Now press the Windows key on your keyboard and just type Hyper-V; then click on the top appearing result

    5. Uncheck Hyper-V from there

    6. Now go to the path where you have saved your sdk folder - by default it is saved in C:\

    7. Go to C:\Android\sdk\extras\intel\ and run Hardware_Accelerated_Execution_Manager, then run intelhaxm-android.exe

    8. If it shows a dialog box which quotes, "Completed Intel Hardware Accelerated Execution Manager Set Up Wizard", click the finish button to exit the wizard

    9. Open Android Studio again, run your app, and if it doesn't show your virtual devices then click on the small refresh button on the bottom right.

    0 讨论(0)
  • 2021-02-03 16:11

    I was having a similar problem. It worked out that I hadn't got the HAXM-Installer installed on my PC.

    To do this go to: Tools -> Android -> SDK Manager -> SDK Tools (Tab) -> Check the Intel x86 Emulator Accelerator (HAXM installer) option then click apply (As shown in the image below).

    Android SDK Manager (Image)

    0 讨论(0)
  • 2021-02-03 16:11

    well, i turned off hyper-v on optional windows components (saim's suggestion). enabled virt in bios. then i went to find the haxm reinstall, and only found this file, C:\Users\ich\AppData\Local\Temp\intel\HAXM\1.1.1\silent\hax64.msi (i have a 64 bit box), ran it, and android studio 1.5.1 is happy. windows 10. hope that helps.

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