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
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.