虚拟机加速,支持Android模拟器模拟器、虚拟机、Android

2023-09-06 13:59:16 作者:喵〃

我试图来配置新的Andr​​oid虚拟机加速。

I'm attempting to configure the new Android Virtual Machine Acceleration.

我下面这里概述步骤。我得到的地步,我需要执行:

I'm following the steps outlined here. I get to the point where I need to execute:

<sdk>/extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM.exe.

当我尝试运行安装程序这一点,它没有说的 VT没有present:您的计算机不符合最低要求,该软件的。

When I try and run the installer for this, it fails and says "VT not present: Your Computer does not meet the minimum requirements for this software".

我想这是因为我有一个AMD的CPU,以及所需的虚拟化扩展心不是可用。

I assume this is because I have an AMD cpu, and the required virtualization extensions isnt available.

所以我的问题是,是否有其他的软件,AMD,我可以用它来得到这个工作? Android开发网站似乎没有对AMD的任何信息,比提等AMD虚拟化(AMD-V,SVM)扩展(只支持Linux)的支持。 我不明白为什么他们只支持Linux?

So my question is, is there other software for AMD that i can use to get this to work? The android dev site doesnt seem to have any information on AMD, other than mentioning "AMD Virtualization (AMD-V, SVM) extensions (only supported for Linux)" is supported. I don't see why they would only support Linux?

我热衷于让Android模拟器的感觉快多了。

I'm keen on getting the android emulator feeling quicker.

推荐答案

据的Windows(和我想象这是同为Linux,因为我们谈论的硬件需求在这里)的页面:

According to the page for Windows (and I imagine this is the same for Linux, since we're talking hardware requirements here):

硬件要求:英特尔处理器的VT-X,EM64T的支持,并执行禁用(XD)位功能

"Hardware requirements: Intel® processor with support for VT-x, EM64T, and Execute Disable (XD) Bit functionality"

如果你没有这三样东西,没有骰子的处理器。你可以检查你的AMD处理器的规格在 http://products.amd.com/ 。

If you don't have a processor with these three things, no dice. You can check your AMD processor's specs at http://products.amd.com/ .

英特尔HAXM只能用于与英特尔公司提供的Andr​​oid * x86模拟器图像。 英特尔HAXM不能与ARM *的Andr​​oid使用*模拟器图像或非英特尔的x86的Andr​​oid *模拟器的图像。换句话说,你不能使用ARM的图像,你必须使用Intel提供的Andr​​oid的形象。

"Intel HAXM can be used only with Android* x86 emulator images provided by Intel. Intel HAXM cannot be used with ARM* Android* emulator images or non-Intel x86 Android* emulator images." In other words, you can't use an ARM image. You have to use an Intel-supplied Android image.

来源:http://software.intel.com/en-us/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows/