1

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! intel(R) pentium(R) Dual CPU E2140 @ 1.60GHz(2 CPUs)

I have run Android emulator in Windows XP. It throws above error.

Have this configuration of processor. How can I solve?

intel(R) pentium(R) Dual CPU E2140 @ 1.60GHz(2 CPUs)

I have this configuration of processor.

How can I do it or check (Also make sure hyperV off bcdedit /set hypervisorlaunchtype off XD bit is on bcdedit /set nx AlwaysOn ) this?

VC1
  • 1,660
  • 4
  • 25
  • 42
Tabassum
  • 11
  • 1
  • 3

3 Answers3

2

For the above given intel bios type/processor ,it doesn't support the vt-x technology.

for more details,

http://ark.intel.com/products/29738/Intel-Pentium-Processor-E2140-1M-Cache-1_60-GHz-800-MHz-FSB

Akhil S Kamath
  • 1,012
  • 13
  • 23
1

First check that it's an Intel processor that supports VT and NX bit (XD) - you can check your CPU # at http://ark.intel.com
Also make sure hyperV off bcdedit /set hypervisorlaunchtype off
XD bit is on bcdedit /set nx AlwaysOn
Use the installer from https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
If you're using Avast, disable "Enable hardware-assisted virtualization" under: Settings > Troubleshooting. Restart the PC and try to run the HAXM installation again

codecats
  • 1,675
  • 1
  • 12
  • 9
1

please check the link it has haxm for windows xp link. I know its too late but if someone needs it. Because the official site has no description for windows xp

  • Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Rohit Gupta Aug 10 '15 at 12:16