Android emulator Can';t安装禁用Hyper-V的HAXM,AMD处理器

Android emulator Can';t安装禁用Hyper-V的HAXM,AMD处理器,android-emulator,virtualization,haxm,Android Emulator,Virtualization,Haxm,当我尝试安装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 document

当我尝试安装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功能中,Hyper-V被禁用:

在我的系统信息中,我将“固件中启用了Hyper-V虚拟化”设置为“否”;这和问题有关吗

我的处理器是AMD,我甚至可以有HAXM和AMD pc吗

如果没有,我可以做什么来运行Android模拟器?(使用Android Studio)。

要求和建议 除了Android Studio的基本系统要求外,Android Emulator还有其他要求,如下所述:

SDK工具26.1.1或更高版本 64位处理器 Windows:CPU支持UG(无限制来宾) HAXM 6.2.1或更高版本(建议使用HAXM 7.2.0或更高版本) 硬件加速的使用对Windows和Linux有额外的要求:

Windows或Linux上的英特尔处理器:支持英特尔VT-x、英特尔EM64T(英特尔64)和执行禁用(XD)位功能的英特尔处理器

Linux上的AMD处理器:支持AMD虚拟化(AMD-V)和补充数据流单指令多数据扩展指令集3(SSSE3)的AMD处理器

Windows上的AMD处理器:Android Studio 3.2或更高版本以及Windows Hypervisor Platform(WHPX)功能的Windows 2018年4月10日或更高版本


要使用Android 8.1(API级别27)和更高版本的系统映像,连接的网络摄像头必须能够捕获720p帧。

AMD CPU不支持Intel VT-x(它们对虚拟化有不同的硬件支持)这条消息意味着HAXM还没有被允许在AMD CPU上工作。那么没有它我怎么能使用Android Studio的Android模拟器呢@prl