我的电脑快用了五六年了,最近电脑硬盘出了点问题,主要也是年代有点久远了,硬盘出问题是不可避免的,于是我就更换了电脑,那一切就要重新开始配置环境变量了,刚好Android开发工具也好久没更新了,这次就一起更新了,然后就出现了问题,问题如下:
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
根据这个页面提示,创建Android模拟器有两个先决条件:
1.CPU has virtualization extension and BIOS has NOT disabled the extension.
2.Hyper-V must be disabled. Refer to this page for more information.
即,开启 CPU 虚拟化 + 关闭 Hyper-V
然后就通过下面这个网址下载 Release包 安装即可:
下载后,双击执行 silent_install.bat即可,如下图所示:
转载自:https://mp.csdn.net/mp_blog/creation/success/126537524
欢迎start,欢迎评论,欢迎指正