0

Hi Guys I am new to Android Studio. So I was trying to create a new project, and the virtual phone won't show up and it give me 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!

I checked online and it seem like I have to install Intel HAXM. So I went to Tools->Android->SKD Manager, and I got this... enter image description here

What should I do?

GzAndy
  • 141
  • 3
  • 10

3 Answers3

1

Go to your SDK directory and right click on SDK Manager.exe then open the compatibility tab and check the option to run it as administrator, it will most probably solve your issue

enter image description here

Atiq
  • 14,435
  • 6
  • 54
  • 69
0

Alright, the alternative way to install this is, you have to download HAXM installer and install externally(instead of one provided by android studio or ecilpse) from intel website. Try this one. This may work.

https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

Balraj Allam
  • 611
  • 6
  • 24
0

The problem is if you are using AMD processor. Intel virtualisation wont work. I suggest you save yourself the trouble and get Genymotion. It is free for personal use and it is dealing with virtualisation issues.

FixXxeR
  • 169
  • 2
  • 2
  • 11