Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
285 views
in Technique[技术] by (71.8m points)

android - 使用AMD处理器启动AVD时出错(Error in launching AVD with AMD processor)

I have Windows 8.1 pro with an AMD processor.

(我有带AMD处理器的Windows 8.1 pro。)

I installed the Android SDK and Eclipse.

(我安装了Android SDK和Eclipse。)

It works but the problem is that when I Create AVD and launch it shows this error:

(它可以工作,但问题是当我创建并启动AVD时显示此错误:)

emulator: ERROR: x86 emulation currently requires hardware acceleration!

(仿真器:错误:x86仿真当前需要硬件加速!)
Please ensure Intel HAXM is properly installed and usable.

(请确保正确安装了英特尔HAXM并可以使用它。)
CPU acceleration status: HAX kernel module is not installed!

(CPU加速状态:未安装HAX内核模块!)

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.

(我已经安装了Intel Hardware_Accelerated_Execution_Manager,并且已经从启动菜单中启用了虚拟调制,但是仍然无法正常工作。)

  ask by Jitesh Gaikwad translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Make sure you have installed HAXM installer on your SDK Manager.

(确保HAXM installer在SDK Manager上安装了HAXM installer 。)

Android SDK管理器

After you download it and make sure you run the setup located in: {SDK_FOLDER}\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe

(下载它并确保运行位于以下位置的安装程序: {SDK_FOLDER} \ extras \ intel \ Hardware_Accelerated_Execution_Manager \ intelhaxm.exe)

Note: in Android Studio, the command "intelhaxm.exe" has been changed to "intelhaxm-android.exe"

(注意:在Android Studio中,命令“ intelhaxm.exe”已更改为“ intelhaxm-android.exe”)

If you get the error "VT not supported" during the installation disable Hyper-V on windows features.

(如果在安装过程中出现错误“不支持VT” ,请禁用Windows功能上的Hyper-V。)

You can execute this command dism.exe /Online /Disable-Feature:Microsoft-Hyper-V .

(您可以执行此命令dism.exe /Online /Disable-Feature:Microsoft-Hyper-V 。)

You will also need "Virtualization Technology" to be enabled on your BIOS

(您还需要在BIOS上启用“虚拟化技术”)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...