Question

Hi I am getting error "Open HAX device failed" and on research on internet I realized "Intel Virtualization Technology" might be required for emulating android in eclipse. I have PC with Intel Pentium 4 CPU which does not support "Intel Virtualization Technology" is there a way to have android application emulated on such PC?

Was it helpful?

Solution

You can try enabling Intel VT-x from your system's BIOS. (Here's a guide)

If that doesn't work, just use an ARM (armeabi-v7a) image. You can download one from your SDK manager and then select it under the CPU/ABI option when creating your Android Virtual Device.

OTHER TIPS

Check here to make sure your processor support Intel Virtualization technology. Without this hardware requirement it is not possible to HAXM to make your emulators run faster. HAXM working has nothing to do with Intel Atom x86 system images. It depends on the Virtualization technology supported by your processor.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top