Android 模拟器在虚拟机上的 VS2015 中不 运行

Android Emulator doesn't run in VS2015 on a virtual machine

在 VMware Workstation 上,我无法在 Visual Studio 2015 中 运行 Android 模拟器。我收到消息:“...无法验证虚拟机是运行宁...

看起来模拟器需要 Hyper-V。要启用它,请执行以下操作:

  • 停止你的虚拟机
  • hypervisor.cpuid.v0 = "FALSE" 添加到您的 .vmx 文件
  • 更改设置: 现在你可以开始了!

除上述内容外:经过大量搜索后,我得到了这个工作。希望这可以帮助。我在 Android Emulator with Visual Studio 2015

的 MSDN 文章的评论中找到了它

如果您通过转至 Program Files(如果您使用的是 64 位计算机,则转至 Program Files x86)\Microsoft XDE\10.0.0.0\SKUs\Android 禁用 OpenGL,新图像可能会起作用\ xdesku.xml 并删除此行:GuestDisplayProvider = "VsEmulator.OpenGLGuestDisplay"。但是,如果不启用 OpenGL,您将无法利用许多新功能