1:環境是android studio 在AVD中啟動顯示,提示當前電腦為安裝HAXM
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!
2:在android studio的SDK

顯示未安裝,如果安裝軟件自帶的這個,啟動還是失敗。查找網上的解決辦法:1:你的cpu首先得是intel的不然用不了。2:你的cpu是intel還要支持 VT (Virtualization Technology)這個技術,3:在bios中打開vt
這樣處理之后還是打開失敗。在cmd中執行sc query intelhaxm 發現安裝失敗。
沒辦法只能到intel的官網去下載手動安裝。地址:https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement
下載放在你的sdk的extras/intel中,解壓,先執行haxm_check,沒有問題就點擊intelhaxm-android

然后在cmd中執行sc query intelhaxm如果顯示

就是安裝成功。然后回到android studio打開avd啟動虛擬機成功。
但是android studio 中的SDK Tools haxm顯示是未安裝的。
