官方在Emulator 29.2.11 and AMD Hypervisor 1.2 to Stable表示AMD可以与Inter使用同样速度的AVD了.
- 使用CPU虚拟化加速
- 速度与Inter的HAXM相当
- 不需要Hyper-V
- 不需要Windows 10
官方教程:
-
关闭系统自带的虚拟化
image.png -
打开SDK Manager
image.png - 勾选
Android Emulator Hypervisor Driver for AMD Processors
并点击Apply
image.png - 使用管理员权限运行控制台, 切换至
<Your Android SDK Path>\extras\google\Android_Emulator_Hypervisor_Driver
目录, 并执行silent_install.bat
image.png
如果输出为STATE: 4 RUNNING
, 那么就可以在Android Studio中正常使用了.
新建一个AVD然后点击运行
image.png
参考
https://stackoverflow.com/questions/31366453/run-android-studio-emulator-on-amd-processor
网友评论