Visual Studio 2015 RC:Android 的模拟器:安装程序失败。 (代码: 1603)

Visual Studio 2015 RC: Emulator for Android : The installer failed. (Code: 1603)

当我安装 Microsoft Visual Studio 2015 Professional RC 时,出现以下错误:

Microsoft Visual Studio Emulator for Android : The installer failed. Fatal error during installation. Error code: 1603

我没有找到与错误代码 1603 相关的任何内容。这似乎是一个一般性错误。有什么想法吗?

我 运行 参加 Windows 10 技术预览。 The Visual Studio System Requirements 声明 Windows 仿真器,而不是 Android,需要 Hyper-V 兼容处理器。 (我的 Core 2 不支持)我没有安装 Java。 VS Android 模拟器需要 Java 吗?

更新:

正如评论和答案所暗示的那样,Android 模拟器似乎需要 Hyper-V。

2014 年 11 月 12 日,标题为 "Introducing Visual Studio’s Emulator for Android" 的 MSDN 博客 post 在“幕后一瞥”部分下指出:

If you are interested in how we built the Visual Studio Emulator for Android, the short answer is that we reused the work of others. Conceptually, an emulator consists of 4 pieces:

  1. A virtualization technology that XDE needs to load the image before it can RDP to it. Windows has a great virtualization technology called Hyper-V and that is what we used.

(强调)

XDE 是 Windows Phone 模拟器 Shell,他们将其重新用于 Android 模拟器。

可能是您没有启用 Hyper-V,或者您的机器由于硬件限制不允许使用 Hyper-V

对我来说也是同样的问题。在 Windows 组件中启用 Hyper-V 支持解决了这个问题。 (Win+R -> "OptionalFeatures.exe") 但是,就我而言,我还必须在 bios 中启用虚拟化支持。

我发现这篇文章很有帮助:https://msdn.microsoft.com/en-us/library/windows/apps/jj863509(v=vs.105).aspx

对我来说,实际上我已经启用了 Hyper-V,但仍然有错误。但是在 运行 再次安装 VS 之后,它现在成功了。