Android:英特尔 x86 仿真器加速器 HAXM 安装程序 - "revision: 7.5.6" 更新失败

Android : Intel x86 Emulator Accelerator HAXM installer - "revision: 7.5.6" update failed

最近安装了AndroidStudio 3.6.1,建议更新SDK等工具。

我正在尝试更新 Intel x86 仿真器加速器(HAXM 安装程序)(修订版:7.5.6) 但出现如下问题:

Packages to install: 
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)
Preparing "Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)".
Downloading http://dl.google.com/android/repository/extras/intel/haxm-windows_v7_5_6.zip
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" ready.
Installing Intel x86 Emulator Accelerator (HAXM installer) in E:\Android\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" complete.
Failed to update status to COMPLETE
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" failed.
Failed packages:
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)

Failed to update Intel HAXM. For details, please check the installation log: "C:\Users\Administrator\AppData\Local\Temp\haxm_log.txt"
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\Administrator\AppData\Local\Temp\haxm_log.txt
Installer log contents:
=== Logging started: 05/03/2020  16:26:11 ===
Intel HAXM driver instance loaded. Installation could not be continued.
=== Logging stopped: 05/03/2020  16:26:11 ===
Done

我在 GitHub 上得到了答案:

我已经从https://github.com/intel/haxm/releases/download/v7.5.6/haxm-windows_v7_5_6.zip

手动下载了

解压缩下载的文件并安装 intelhaxm-android.exe

之后,我尝试从 Android Studio -> SDK Manager 安装 HAXM,它开始工作了。

比较简单,进去就可以了

外观和行为 > 系统设置 > Android SDK 和 select HAXM 用于安装...

无论如何,您需要在您的 BIOS 上启用虚拟化。

我遇到了这个问题。问题是英特尔加速的版本:

Intel® Hardware Accelerated Execution Manager is already installed. The current installation will exit. If you really want to downgrade, you can uninstall the newer version from the control panel first and then install the older version

所以,我从控制面板卸载了 Intel Accelerated,然后从 Android Studio-> Android SDK 重新安装。

我在使用 Intel HAXM 时遇到了各种错误,检查了 BIOS 并使用了检查工具,https://github.com/intel/haxm/release:

checktool.exe --verbose

CPU 供应商 * GenuineIntel 支持 Intel64 * 是 支持 VMX * 是 启用 VMX * 是 支持 EPT * 是 支持 NX * 是 NX 启用 * 是 禁用 Hyper-V * 是 OS 版本 * Windows 6.1.7601 OS 架构 * x86_64 客人无人居住 * 是的。 0 位客人

我使用上面的 link 下载了版本 7_5_6 并从命令提示符 运行 .bat 文件进行了安装并且成功了。

Visual Studio 2019 年: 在 Visual Studio 中的 Tools > Android SDK Manager 中选择 HAXM 安装程序的过程出现进程共享问题,独立 C:\Program Files (x86)\Xamarin\AndroidSDKManager\AndroidSdkManager.exe 也给了我错误。

如果您有英特尔处理器,只需在 bios 上启用英特尔虚拟技术即可解决问题。