Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys , I’am a new in android programation and after installation of android software I had problem with simulator . there those error appear:

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 tried to resolve it by installing intelhaxm-android.exe but always with no hope
Posted
Updated 1-Aug-15 21:13pm
v2
Comments
Richard MacCutchan 2-Aug-15 3:14am    
It's more likely that your system does not have the minimum required hardware.

1 solution

There can be many reason for this to happen.
Make sure that
1. Your CPU supports Virtualization
2. If it supports Virtualization then make sure that it is enabled in BIOS settings.
3. You have installed intelhaxm.exe correctly.

A fresh install with standalone installer sometimes help.

Check these threads for more detailed discussion which may help you
http://stackoverflow.com/questions/27720064/hax-kernel-module-is-not-installed[^]
http://stackoverflow.com/questions/26355645/error-in-launching-avd[^]

Hope, it helps :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900