用Inter Atom模式的Android模擬器啟動報一下錯誤:
Starting emulator for AVD 'new'
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!
經過查閱,出現此告警的原因是ADT調用X86架構的安卓虛擬機需要使用到Intel HAXM引擎,而本機尚未進行安裝導致。
找到Android sdk所在的目錄。其下有extras\intel\Hardware_Accelerated_Execution_Manager
把該目錄下的intelhaxm.exe安裝一下,就解決以上問題了。
但我發現我本機里並沒有intelhaxm.exe的程序文件。
所以我從Intel官網上進行下載,地址為:https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager
安裝過程中,遇到了問題:
之后在網上找了一篇博文,解決了我的問題。
博文來源於ITorz.net 原文出處: http://www.itorz.net/978