如何在Android Studio中安装英特尔HAXM

mm9b1k5b  于 12个月前  发布在  Android
关注(0)|答案(1)|浏览(121)

我无法在Android Studio中创建虚拟设备,因为我无法安装额外的软件包-英特尔HAXM。它会引发错误:

"This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. 
Please ensure Hyper-V is disabled in Windows Features, or refer to the Intel HAXM documentation for more information."

字符串
我发现只有几个链接与此问题,但它说,我应该关闭“Hyper-V”功能在“Windows功能”,但我没有这样的选项.我的CPU是AMD锐龙5.顺便说一句,我有义务安装该软件包,因为它不允许我运行我的应用程序.我如何解决这个问题?

n8ghc7c1

n8ghc7c11#

HAXM仅支持英特尔CPU。您可以做的是在BIOS中启用SVM。之后,如果您有Windows 10专业版/企业版/教育版,您可能可以在Windows中启用Hyper-V。请参阅Microsoft on HyperV installI have got an AMD Ryzen CPU and Android emulator doesn't work。还请确保您有最新版本的Android Studio

相关问题