安装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. 

有没有人遇到这个问题?

+1

您是否尝试重新安装HAXM? –

+0

看起来你并不孤单:https://software.intel.com/en-us/forums/android-applications-on-intel-architecture/topic/673647 –

+0

嗯......看起来与我的问题有关。 – ricalo

在我的情况的问题是,我有凭据卫队和基于虚拟化的安全性。

我禁用了使用Device Guard and Credential Guard hardware readiness tool提到的Windows 10功能。

解压缩工具,在PowerShell命令去您解压缩工具和类型的文件夹:

DG_Readiness_Tool_v2.0.ps1 -Disable 

重新启动,我能够重新安装HAXM,并开始我的模拟器之后。

您可以关闭服务菜单中的Hyper-V(在搜索项目中键入“服务”),并使用服务菜单将其重新打开。即使它可能没有必要,我仍然这样做后重新启动。

编辑:你也运行命令提示符作为管理员?

EDIT2:重新安装英特尔HAXM,作为@Morrison_Chang说

+0

所有Hyper-V服务都停止。我已经尝试禁用/卸载Hyper-V后重新启动。 我以管理员身份运行命令提示符。 仍然没有运气。 – ricalo