简体   繁体   English

HAXM 未安装(Windows 10 家庭用户,Hyper-V 尚未安装)

[英]HAXM Is Not Installing (Windows 10 Home User, Hyper-V is already Not Installed)

Long time reader, first time poster.长期读者,第一次海报。

I am trying to get a start on learning Flutter...however, I have everything almost installed EXCEPT for HAXM.我正在尝试开始学习 Flutter...但是,除了 HAXM,我几乎安装了所有东西。 I have tried the installer on the Android Studio as well as the individual installer found in the Release Archives of HAXM's GIT REPO (downloaded haxm-windows_v7_5_6 with failure regarding Hyper-V still running).我已经尝试了 Android Studio 上的安装程序以及在 HAXM 的 GIT REPO 的发布档案中找到的单个安装程序(下载了 haxm-windows_v7_5_6,但有关 Hyper-V 仍在运行的失败)。 See picture below.见下图。

Failed to install Intel HAXM. For details, please check the installation log: "C:\Users\Amanda\AppData\Local\Temp\haxm_log2.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\Amanda\AppData\Local\Temp\haxm_log2.txt
Installer log contents:
=== Logging started: 1/20/2020  11:44:38 ===
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.

However, Hyper-V is not installed on my machine because Hyper-V is not supported in Windows 10 Home edition.但是,我的机器上没有安装 Hyper-V,因为 Windows 10 家庭版不支持 Hyper-V。 The option is not found in my Windows Features and it cannot be installed since "Feature name Microsoft-Hyper-V is unknown."在我的 Windows 功能中找不到该选项,并且由于“功能名称 Microsoft-Hyper-V 未知”而无法安装。 within powershell. I even tried the command found in the third image below, restarted my computer, and the install STILL didn't work.在 powershell 之内。我什至尝试了下面第三张图片中的命令,重新启动了我的计算机,但安装仍然没有成功。

In addition to that, my SVM option within my BIOS is already marked as disabled anyways, but HAXM cannot install due to Hyper-V being on .除此之外,我的 BIOS 中的 SVM 选项已经被标记为禁用,但是由于Hyper-V being on ,HAXM 无法安装。 Any help will be appreciated here...任何帮助将不胜感激......

Apparently, I need reputation before posting images, please message me if you would like to see the error messages显然,我在发布图片之前需要声誉,如果您想查看错误消息,请给我发消息

If your computer supports HAXM and VT-x, Firstly, check if virtualization is enabled here:如果您的计算机支持 HAXM 和 VT-x,请首先检查此处是否启用了虚拟化: 在此处输入图片说明

If it is (it was for me and I am on W10 Home), then you need to run bcdedit /set hypervisorlaunchtype off to disable it.如果是(这是给我的,我在 W10 Home 上),那么您需要运行 bcdedit /set hypervisorlaunchtype off 来禁用它。 IDK why it was enabled for me, considered I can't use it on the Home version.. Then reboot and run the haxm installer. IDK为什么为我启用它,考虑到我不能在家庭版上使用它..然后重新启动并运行haxm安装程序。

经过多次尝试,我在 Windows Home 上遇到了同样的问题,对我有用的解决方案在这里: https : //github.com/intel/haxm/releases并下载 Windows 版本的 Intel Haxm 并安装它然后运行模拟器

The reason why it won't install is actually the same reason why you don't have Hyper-V in your version of windows.它不会安装的原因实际上与您的 Windows 版本中没有 Hyper-V 的原因相同。

Windows Home Edition does not have support for Intel Virtualization Technology (VT-x) and therefore does not support Hyper-V and will not support Intel HAXM. Windows Home Edition 不支持英特尔虚拟化技术 (VT-x),因此不支持 Hyper-V,也不支持英特尔 HAXM。

What you can do, is install a virtual machine program such as VirtualBox or VMWare .您可以做的是安装一个虚拟机程序,例如VirtualBoxVMWare These programs can benefit from hardware virtualization, but don't require it, so they will work even without Intel Virtualization Technology support.这些程序可以从硬件虚拟化中受益,但不是必需的,因此即使没有英特尔虚拟化技术支持,它们也可以运行。

After wasting time with all those articles related to "device guard and credential guard", below are my settings and my solution:在浪费时间阅读所有与“设备保护和凭据保护”相关的文章之后,下面是我的设置和解决方案:

  • Windows 10 Home Single Language Windows 10家单语
  • Intel core i9英特尔酷睿i9
  • Virtualization enabled in BIOS在 BIOS 中启用虚拟化
  • Hyper-V uninstalled via "turn off windows features"通过“关闭 windows 功能”卸载 Hyper-V

C:\Program Files\Intel\HAXM\checktool.exe --verbose still has "NO"s for me on "virtualization VT-x" and "Hyper-V disabled" points C:\Program Files\Intel\HAXM\checktool.exe --verbose在“虚拟化 VT-x”和“禁用 Hyper-V”方面对我来说仍然是“否”

The final solution came deactivating Hyper-V through command line using Powershell run as administrator :最终的解决方案是使用以管理员身份运行的Powershell 通过命令行停用 Hyper-V:

bcdedit /set hypervisorlaunchtype off

and reboot after that然后重启

Bests.-最佳.-

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Windows 10 Home(无 Hyper-V)上安装时出现 Intel HAXM 错误 - Intel HAXM Error when Installing on Windows 10 Home (No Hyper-V) 在 Hyper-V 虚拟机(Windows 10 Pro)上启用对英特尔 haxm 的 VT 支持? - Enable VT support for intel haxm on Hyper-V vm (Windows 10 Pro)? 如何在没有 Hyper-V 支持的 Windows 10 Home 上安装 Vagrant? - How to install Vagrant on Windows 10 Home without Hyper-V support? 从 Windows 10 PgAdmin 连接安装在 Hyper-V Ubuntu 中的 docker 中的 PostgreSQL - Connecting PostgreSQL installed in docker inside Hyper-V Ubuntu from Windows 10 PgAdmin 在Windows 10中创建Hyper-V管理员组 - Creating Hyper-V Administrators group in Windows 10 无法在 windows 10 上使用 Hyper-V 启动 minikube - Unable to start minikube with Hyper-V on windows 10 Docker 镜像和容器位置与 Windows 10 使用 hyper-v - Docker images and containers location with Windows 10 using hyper-v 计算机不会安装 HAXM,但 Hyper-V 不是程序和功能中的选项 - Computer will not install HAXM, but Hyper-V is not an option within Programs and Features Windows Phone模拟器-Hyper-v - Windows Phone Emulator - Hyper-v 安装 Visual Studio Community 2013 时无法将当前用户添加到 Hyper-V 管理员组错误 - Failed to add current user to Hyper-V administrators group error when installing Visual Studio Community 2013
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM