简体   繁体   English

是英特尔虚拟化技术,用于在eclipse中模拟android

[英]Is Intel Virtualization Technology for emulating android in eclipse

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. 嗨,我收到错误消息“ Open HAX device failed”,并且在互联网上进行研究时,我意识到在eclipse中模拟android可能需要“ Intel Virtualization Technology”。 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? 我有配备不支持“英特尔虚拟化技术”的英特尔奔腾4 CPU的PC,有没有办法在这种PC上模拟android应用程序?

You can try enabling Intel VT-x from your system's BIOS. 您可以尝试从系统的BIOS中启用Intel VT-x。 ( Here's a guide ) 这是一个指南

If that doesn't work, just use an ARM (armeabi-v7a) image. 如果这不起作用,请使用ARM(armeabi-v7a)映像。 You can download one from your SDK manager and then select it under the CPU/ABI option when creating your Android Virtual Device. 您可以从SDK管理器中下载一个,然后在创建Android虚拟设备时在CPU / ABI选项下选择它。

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无法使仿真器运行得更快。 HAXM working has nothing to do with Intel Atom x86 system images. HAXM的工作与Intel Atom x86系统映像无关。 It depends on the Virtualization technology supported by your processor. 这取决于处理器支持的虚拟化技术。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM