在安装VS android模拟器时,如何解决XDE退出代码:HypervisorNotRunning(13)?

Hl *_*l Z 2 visual-studio android-emulator

尝试安装VS android模拟器时出现以下错误:

[Critical] An error occured while creating 'VS Emulator 5" Lollipop (5.0) XXHDPI Phone' device.
[Critical] XDE Exit Code: HypervisorNotRunning (13)
Run Code Online (Sandbox Code Playgroud)

有人知道如何解决这个问题吗?

Bra*_*ann 5

确保Visual Studio可以使用此命令正确启动Hyper-V(在提升模式下):

bcdedit /set hypervisorlaunchtype auto
Run Code Online (Sandbox Code Playgroud)

这对我来说是个问题,但错误可能还有其他原因.