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 feature and I even went to system settings to enable virtualization, but am still getting "This computer does not support Intel virtualization (VT-x). HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information."
My Android Studio SDK manager is showing that it's installed.
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.
This procedure worked perfectly for me. Hope this helps.
Once this works, open android studio, and try running the emulator. You should be seeing "HAX is working and emulator runs in fast virt mode"
Just follows these steps:
Go to Control Panel → Program and Feature. Click on Turn Window Features on and off. A window opens. Uncheck Hyper-V option and restart your system. Now, you can Start HAXM installation without any error.
Hope this works @Keis
You must have an Intel processor that supports virutalization and ND bit on. You can check http://ark.intel.com to tell.
to set ND bit you can use bcdedit /set nx AlwaysOn
to set virtualization properly once enabled in BIOS you can type
bcdedit /set hypervisorlaunchtype off
If you're using Avast
disable "Enable hardware-assisted virtualization" under Settings > Troubleshooting)
Get the download from
https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
For Windows 10, first of all install the
intelhaxm-android.exe
located in this folder:SDK\extras\Intel\Hardware_Accelerated_Execution_Manager
. If it gives error during installation then try these solutions.First all enable the virtualization from BIOS setting. To enable this restart the computer, when the computer starts then press ESC. Then select the F2 if the manufacturer is Dell.
Even if you have enabled the Virtualization(VT) in BIOS settings, some antivirus options prevent HAXM installation.
For example: In Avast antivirus under Settings (parametres) tab > Troubleshooting (depannage), you should uncheck "Enable Hardware-assisted Virtualization" ("activer l'assistance a la virtualisation").
Now restart your computer and re-install the Intel's HAXM which can be found under
~SDK_LOCATION\extras\intel\Hardware_Accelerated_Execution_Manager
. You can also manually download the standalone HAXM installer from Intels website.Check that hyper-v is disabled. To disable it go to the Control Panel then select the Programs --> Program and Features--> Turn windows Feature on or off (located on left side). Then find the HYPER-V. Uncheck the check box and restart the computer and try to install the hxm again.
Go to properties of "This PC" by right clicking on it then select the Advance System Settings (located on left side) then in Advance (tab) under performance click the Setting button. Then select the Data Execution Prevention (tab), then select this option turn on the DEP for all programs and services except those I select and restart the computer, and try to install the hxm.
Solution no 3 worked for me.
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
Use the arrow keys to enter into System Security
Ensure VIRTUAL TECHNOLOGY VTX is checked, then hit F10 to save, and reboot your computer
Now press the Windows key on your keyboard and just type Hyper-V; then click on the top appearing result
Uncheck Hyper-V from there
Now go to the path where you have saved your sdk folder - by default it is saved in C:\
Go to C:\Android\sdk\extras\intel\ and run Hardware_Accelerated_Execution_Manager, then run intelhaxm-android.exe
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
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.