2020年12月24日 星期四

AVD Manager 啟動Android模擬器出現 HAXM is not installed on this machine

問題: 
啟動 Android 模擬器,出現錯誤
「emulator: ERROR: x86_64 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM is not installed on this machine」


解決:

  1. 確定 BIOS 中的「Intel Virtualization Technology」已開啟
  2. 確定 SDK Manager 中已安裝「 Exreas > intel x86 Emulator Accelerator(HAXM installer)」
  3. 到 「android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager」資料夾下,
    執行
    silent_install.bat
    安裝 HAXM

    反安裝 HAXM
    silent_install.bat -u

    檢查是否已安裝 HAXM
    silent_install.bat -v

    檢查 VT/NX 支援
    silent_install.bat -c



參考:
https://www.itread01.com/p/2322.html
Android stdio 解決HAXM安裝不上問題



沒有留言:

張貼留言