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