【发布时间】: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