문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top