AMD CPU 安裝 Android Studio 時候提示“安裝安卓模擬器失敗”

MichaelToLearn發表於2020-11-14

AMD CPU 安裝 Android Studio 時候提示“安裝安卓模擬器失敗”

提示:

Android Emulator Hypervisor Driver for AMD Processors installation failed. To install Android Emulator Hypervisor Driver for AMD Processors follow the instructions found at: https://github.com/google/android-emulator-hypervisor-driver-for-amd-processors

那麼就開啟這個地址唄:

https://github.com/google/android-emulator-hypervisor-driver-for-amd-processors

根據這個頁面,有兩個先決條件:

CPU has virtualization extension and BIOS has NOT disabled the extension.
Hyper-V must be disabled. Refer to this page for more information.

即,開啟 CPU 虛擬化 + 關閉 Hyper-V

然後就使用下面這個 Release 安裝即可:

https://github.com/google/android-emulator-hypervisor-driver-for-amd-processors/releases/download/v1.7/gvm-windows_v1_7_0.zip

下載後,執行 silent_install.bat即可。

相關文章