Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AndroidStudio: Can't run AVD because of Intel HAXM error

According to my AS SDK manager, Intel x86 Emulator Accelerator (HAXM Installer) version 6.0.1 is installed.

However, if I attempt to 'run' my app, then choose an 'available emulator' (eg, nexus one api 23), I get the error: intel haxm is required to run this avd.

A couple of days ago I was not having this problem (I was able to use an emulator).

Also, according to my System Settings/Android SDK, I have Android 6.0, API Level 23.

I am using Win XP, with AS2.0.

like image 981
dsdsdsdsd Avatar asked Apr 23 '16 22:04

dsdsdsdsd


1 Answers

You have to install it.

Go to your sdk manager and then select it to install it (look at the bottom). Then you have to go to the folder in which the android studio is installed then look for extras/intel and then install it.

There can be a couple of problems when this happens. You have to run your BIOS to activate virtualization technology (look how to go to the BIOS), and deactivate your antivirus while its installing. (Also you should deactivate the option about virtualization technology).

When the HAXM its done, open your android studio and try to run your application, it's gonna work this time!

(I had the same problem few days ago).

like image 94
Freddy Orozco Avatar answered Sep 27 '22 22:09

Freddy Orozco