Android Studio - HAXM Install Error - AMD Processor [duplicate]

谁都会走 提交于 2019-12-13 00:47:31

问题


I believe this is my first question - as such I apologize if I'm making mistakes or if this is posted incorrectly.

I am attempting to run Android Studio on Windows 8.1. Android Studio works but I was unable to run my first test app due to an error with HAXM not being installed.

Error in Android Studio when 'Run' is clicked:
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!


Through the SDK Manager I 'installed' HAXM.
I understand that this only means HAXM is downloaded and still needs to be installed. HAXM files were placed into the 'extras' folder within the 'Android' 'sdk' folder. I then attempted to run the intelhaxm-android.exe executable. Initially I had to enter BIOS and enable Virtualization as it was defaulted to 'disabled'. I enabled the virtualization, rebooted twice and attempted to run the haxm installer again.
Now I am receiving a different error.

Error from HAXM Installer:
This computer does not support Intel Virtualization Technology (VT-x). HAXM cannot be installed.
Pleaser refer to the Intel HAXM documentation for more information.



From everything that I can find this computer is capable of supporting Virtualization (I am running Windows 8.1 with an AMD processor). Also, as I understand, an Intel vs AMD processor shouldn't make a difference for HAXM to operate?? I downloaded Crystal CPUID to help troubleshoot but, unfortunately, I don't even know how to read the results.
I'm at a complete loss here. I searched far and wide before posting. ANY help is appreciated.


回答1:


You need to enable Intel Virtualization Technology through your Bios



来源:https://stackoverflow.com/questions/33466618/android-studio-haxm-install-error-amd-processor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!