系统相关
首页 > 系统相关> > 安装Windows 10周年更新后无法启动Android模拟器

安装Windows 10周年更新后无法启动Android模拟器

作者:互联网

我刚刚安装了Windows 10周年纪念更新,现在无法启动Android模拟器.

Android Studio显示以下消息.

Android Emulator is incompatible with Hyper-V

但是,如下图所示,Hyper-V被禁用.

Android Studio error

我已经重启了机器.我还尝试从提升的命令提示符下运行以下命令:

bcdedit /set hypervisorlaunchtype off

没运气.

尝试从命令提示符启动仿真器失败,并显示以下消息:

emulator -avd Nexus_5_API_23
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: Please disable Hyper-V before using the Android Emulator. Start a command prompt as Administrator, run 'bcdedit /set hypervisorlaunchtype off', reboot.

有没有人遇到这个问题?

解决方法:

我的问题是我具有凭据保护和基于虚拟化的安全性.

我使用Device Guard and Credential Guard hardware readiness tool禁用了上述Windows 10功能.

解压缩该工具,在Powershell命令中转到解压缩该工具的文件夹并键入:

DG_Readiness_Tool_v2.0.ps1 -Disable

重新启动后,我能够重新安装HAXM并启动仿真器.

标签:windows-10,android-emulator,hyper-v,android
来源: https://codeday.me/bug/20191026/1939055.html