I have tried for many days to use Android Studio using Windows 10 and just get an error message saying cannot launch AVD emulator. Emulator: ERROR x86 emulation requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAXM is not installed on this machine Why am I getting the message and how do I resolve the problem. Feel deeply let down by this software!!!!
Asked
Active
Viewed 750 times
0
-
Possible duplicate of [Error in launching AVD](http://stackoverflow.com/questions/26355645/error-in-launching-avd) – Knells Mar 14 '16 at 00:36
-
So basically you are complaining about Android Studio and Windows 10 because you haven't read the docs and forgot to install Intel HAXM, as it is clearly stated in the error message. Instead of searching for it you chose to post it here. To make things short: install Intel HAXM and enable Virtualization in your BIOS, if you have an Intel processor. – Paulo Avelar Mar 14 '16 at 00:37
-
@Chris Dotchin I had the same issue when I upgraded to Windows 10. Skizo's answer below will fix the problem for you. It just has to do with the default AVD that is created when you install Android Studio. You could delete that AVD if you wanted and just create another one that didn't require x86 hardware emulation if you didn't want to install the HAXM drivers/software – Steve C. Mar 14 '16 at 00:47
-
@Chris Dotchin did you solve the problem? Have you checked my answer? – Skizo-ozᴉʞS ツ Mar 16 '16 at 18:38
1 Answers
1
Well as the error says :
Emulator: ERROR x86 emulation requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable.
You need to install Intel HAXM drivers
, and also make sure that in your SDK Manager
you've installed Intel x86 Emulator Accelerator (HAXM installer)
, restart your Android Studio
and you are done.

Skizo-ozᴉʞS ツ
- 19,464
- 18
- 81
- 148