Issue
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.
Solution
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.
Answered By - Paul Ratazzi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.