问题描述
我有带AMD处理器的Windows 8.1 pro.我安装了Android SDK和Eclipse.它可以工作,但问题是当我创建并启动AVD时显示此错误:
I have Windows 8.1 pro with an AMD processor. I installed the Android SDK and Eclipse. It works but the problem is that when I Create AVD and launch it shows this error:
我已经安装了Intel Hardware_Accelerated_Execution_Manager,并且已经从启动菜单中启用了虚拟调制,但是仍然无法正常工作.
I have already installed Intel Hardware_Accelerated_Execution_Manager and I have enabled Virtual modulation from the boot menu, but it's still not working.
推荐答案
确保已在SDK Manager上安装了HAXM installer
.
Make sure you have installed HAXM installer
on your SDK Manager.
下载后,请确保运行位于以下位置的设置: {SDK_FOLDER} \ extras \ intel \ Hardware_Accelerated_Execution_Manager \ intelhaxm.exe
After you download it and make sure you run the setup located in:{SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe
注意:在Android Studio中,命令"intelhaxm.exe"已更改为"intelhaxm-android.exe"
Note: in Android Studio, the command "intelhaxm.exe" has been changed to "intelhaxm-android.exe"
如果在安装过程中出现错误不支持VT" ,请禁用Windows功能上的Hyper-V.您可以执行此命令dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
.您还需要在BIOS上启用虚拟化技术"
If you get the error "VT not supported" during the installation disable Hyper-V on windows features. You can execute this command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
. You will also need "Virtualization Technology" to be enabled on your BIOS
这篇关于使用AMD处理器启动AVD时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!