HAXM installation fails claiming VT-X not present

前端 未结 9 1463
轻奢々
轻奢々 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.

提交回复
热议问题