如何使用 Android Studio 安装英特尔 HAXM
How to install Intel HAXM with Android Studio
我无法在 Android Studio 中创建虚拟设备,因为我无法安装附加包 - Intel 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."
我只找到了几个与此问题有关的链接,但它说我应该关闭 "Windows features" 中的 "Hyper-V" 功能,但我没有这样的选项。我的 CPU 是 AMD Ryzen 5。顺便说一句,我必须安装该软件包,因为它不允许我 运行 我的应用程序。我该如何解决这个问题?
HAXM 仅支持 Intel CPU。您可以做的是在 BIOS 中启用 SVM。之后,如果您有 Windows 10 Pro/Enterprise/Education,您可能可以在 windows 中启用 Hyper-V。
见 Microsoft on HyperV install,或
。
还要确保您拥有最新版本的 Android Studio
我无法在 Android Studio 中创建虚拟设备,因为我无法安装附加包 - Intel 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."
我只找到了几个与此问题有关的链接,但它说我应该关闭 "Windows features" 中的 "Hyper-V" 功能,但我没有这样的选项。我的 CPU 是 AMD Ryzen 5。顺便说一句,我必须安装该软件包,因为它不允许我 运行 我的应用程序。我该如何解决这个问题?
HAXM 仅支持 Intel CPU。您可以做的是在 BIOS 中启用 SVM。之后,如果您有 Windows 10 Pro/Enterprise/Education,您可能可以在 windows 中启用 Hyper-V。
见 Microsoft on HyperV install,或