【问题标题】:Problems with android emulator in xamarin project MS VS 2015xamarin 项目 MS VS 2015 中的 android 模拟器问题
【发布时间】:2016-11-27 09:18:32
【问题描述】:

我已经安装了 MS VS 2015。我已经安装了 xamarin 以及所有必需的人员,如 Android sdk 等。我为 xamarin 项目提供了以下选项:

对于这两个选项,我都会收到以下错误:

2>emulator: ERROR: x86 emulation currently requires hardware acceleration!
2>Please ensure Intel HAXM is properly installed and usable.
2>CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support.  Your CPU: 'AuthenticAMD'

如何解决?

【问题讨论】:

  • This guide 解释了如何安装和配置英特尔硬件加速执行管理器 (HAXM),以使 Google Android 模拟器在支持的系统上运行得更快。

标签: android visual-studio xamarin android-emulator


【解决方案1】:

您可以在 stackoverflow 上的 this answer 中找到详细信息:

在当前的 AVD 管理器中,您不能。你才有机会使用 不需要硬件虚拟化的 ARM 映像。

但是,您尝试过Visual Studio Android Emulator 吗?这个模拟器比谷歌的图像快得多,而且是免费的。我们使用这个模拟器,它就像一个魅力。

检查system requirements 以确保模拟器可以在您的机器上运行。

编辑

要启用 Hyper-V,请查看 this detailted answer。但请注意:

您必须运行 Windows 8 Pro 或 Windows 8 Enterprise。 Hyper-V 是 在基本的 Windows 8 中不可用。同样适用于 Windows 8.1。

您的 CPU 可能不支持虚拟化技术 (VTx)

【讨论】:

  • 很遗憾,我的 BIOS 中没有“Hyper-V”等设置。
猜你喜欢
  • 1970-01-01
  • 2015-01-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-03-04
  • 1970-01-01
  • 2015-05-01
相关资源
最近更新 更多