The intel x86 emulator accelerator (HAXM installer) revision 6.0.5 is showing not compatible with windows

前端 未结 3 1016
借酒劲吻你
借酒劲吻你 2020-12-02 14:19

This a screenshot of the sdk manager message showing the emulator as incompatible with windows:

I am using android studio, currently version 2.2.3.

Is there

相关标签:
3条回答
  • 2020-12-02 14:36

    Did you read https://software.intel.com/en-us/blogs/2014/03/14/troubleshooting-intel-haxm?

    It says "Make sure "Hyper-V", a Windows feature, is not installed/enabled on your system. Hyper-V captures the VT virtualization capability of the CPU, and HAXM and Hyper-V cannot run at the same time. Read this blog: Creating a "no hypervisor" boot entry." https://blogs.msdn.microsoft.com/virtual_pc_guy/2008/04/14/creating-a-no-hypervisor-boot-entry/

    I've created the boot entry that disables HyperV and it's working

    0 讨论(0)
  • 2020-12-02 14:37

    Try the following

    1. download HAXM from Intel https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager.

    2. Unzip the file and Run intelhaxm-android.exe.

    3. Run silent_install.bat.

    In my computer Win10 x64 - VS2015 it worked

    0 讨论(0)
  • 2020-12-02 14:51

    You likely have Hyper-V enabled. The manual installer provides this detailed notice when it refuses to install on a Windows with it on.

    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.

    0 讨论(0)
提交回复
热议问题