Link to home
Start Free TrialLog in
Avatar of bobnields
bobnields

asked on

Android Studio Emulator Error

Hello.,...

Loaded Android Studio with no problem.  Tried running a simple app and get this error as it relates to the emulator.  
Basically, the emulator won't work.  Others have installed with no issue.  What am I missing.


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!

Thandks
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

You have to install it! from the extras directory

from the installation manual
"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 finish installation.

Extract the installer inside the "extras" directory and follow the installation instructions for your platform."
ASKER CERTIFIED SOLUTION
Avatar of KRUNAL TAILOR
KRUNAL TAILOR

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bobnields
bobnields

ASKER

It was installed.   But it is still not working.

I think there is much more going on that is preventing this from working.
Please, Look at this site for ref: http://developer.android.com/tools/devices/emulator.html
This will help you.