我已经安装了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'
如何解决?
答案 0 :(得分: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)