AndroidStudio啟動AVD時報錯x86 emulation currently requires hardware acceleration
阿新 • • 發佈:2019-01-27
Android Studio執行模擬器時報如下錯誤資訊,模擬器無法執行:
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!
解決方法:
1)如果你沒有安裝Intel x86 Emulator Accelerator(HAXM),則開啟SDK Manager下載並安裝HAXM。
2)進入C:\Users\Administrator\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager目錄(可以將Administrator替換成相應的使用者名稱),執行intelhaxm-android.exe檔案。
如果執行時無法安裝並顯示錯誤“Intel virtualization technology (vt,vt-x) is not enabled”,則進入BIOS將“Hardware Virtualization”開啟。
3)重啟Android Studio然後重新啟動AVD即可。
具體可參考: