1
votes

enter image description here

I have Windows 7.

I installed Android Studio Bundle it works but the problem is that when I Create run the first program, it shows this error:

emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!

Even I check Android SDK Manager:- Intel x86 Emulator Accelerator (HAXM Installer) - installed

And I run the installer program, intelhaxm.exe and still got error now what to do.

enter image description here

1
from the bios settings of your PC enable virtualization of your PC. then restart PC to install this HAXMAmrut Bidri
how to find bios setting and where in system could you please let me know the process of this? thanks in advance.Nitin
You enter BIOS setup when your PC first boots. Look for messages telling you what key to hit.Paul Ratazzi
thanks a lot for your helpNitin

1 Answers

1
votes

When you download HAXM through the SDK manager, it only downloads the installer program. You still have to open up the folder and run the install program. As described here:

"The SDK Manager will download the installer to the "extras" directory, under the main SDK directory. Even though the SDK manager says "Installed" it actually means that the Intel HAXM executable was downloaded. You will still need to run the installer from the "extras" directory to get it installed."

Now you have to use Windows File Explorer to open the extras folder and run the installer program, intelhaxm.exe. On my machine, this installer program is located in C:\Users\Paul\AppData\Local\Android\android-studio\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\. Please note that if you're going to drill down into this path, you may need to enable viewing of hidden items in File Explorer, since the AppData folder is usually hidden.