Roshaan Nayyar
Roshaan Nayyar

Reputation: 35

Android studio emulator not working

i downloaded android studio. it is working fine but emulator not running showing 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!

I installed HAXM but it can not be installed, saying Intel vitalization technology is turned off. as i enabled it from bios also then i am getting the same error. kindly help me, i will be very thankful to you.

Upvotes: 0

Views: 796

Answers (4)

Matías Maddonni
Matías Maddonni

Reputation: 31

You have to enable Intel hardware acceleration from the bios. Try restaring the pc and installing HAXM again.

Upvotes: 2

Krishna Chandran
Krishna Chandran

Reputation: 399

I also had the same issue.The problem is that just install Intel x86 Atom System Image.

Tools >> Android >> SDK Manager >> // Check if the Intel X86 Atom System Image is Installed.If not select it n install it.

Hope it helped.

Upvotes: 0

user3977776
user3977776

Reputation:

Try changing the hardwares of your emulator from the menu, change it's cpu to begin with.

Upvotes: 0

TooManyEduardos
TooManyEduardos

Reputation: 4394

Go to the SDK manager: enter image description here

And install the HAXM installer:

enter image description here

Upvotes: 1

Related Questions