0

在创建虚拟设备时,它说没有安装haxm。

在我的笔记本电脑中,我有 AMD Ryzen 5 ,而 haxm 是英特尔的工具,甚至我在我的系统中也找不到 Hyper-V 的选项。错误说:

HAXM installation failed. To install HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows
Installer log is located at C:\Users\USER~1\AppData\Local\Temp\haxm_log2.txt
Installer log contents:
=== Logging started: 7/18/2020  12:46:05 ===
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.

=== Logging stopped: 7/18/2020  12:46:08 ===
Done
4

2 回答 2

0

您应该验证您的主板和 CPU 虚拟化支持是否已启用。

当您打开 PC/笔记本电脑时,进入 BIOS 设置(通常按 F2 或 DEL 键),并验证下一个选项是否已启用:

Intel VT-x:
BIOS Setup -> Advanced -> CPU Configuration -> Intel Virtualization Technology -> Enabled.
AMD SVM Mode:
BIOS Setup -> Advanced -> CPU Configuration -> SVM Mode -> Enabled.
IOMMU
BIOS Setup -> Advanced -> North Bridge Configuration-> IOMMU -> Enabled.

然后,通常启动您的 PC/笔记本电脑,在您的操作系统(Windows、Linux 等)上启动,然后安装 Intel HAXM。如果一切正常,它应该可以顺利安装。

于 2020-07-18T09:56:30.390 回答
0

您需要在 BIOS 中启用 VT-X 虚拟技术,如果您使用的是 Windows 则进入 BIOS,您会发现 VT-x 技术只需启用它。之后,您需要安装 HAXM,它将在模拟器中为您提供更好的加速。

于 2020-07-18T09:24:19.643 回答