HAXM is not installed on this machine

后端 未结 4 1191
忘掉有多难
忘掉有多难 2021-01-04 07:31

Recently I\'ve installed Xamarin and tried to do a tutorial in Xamarin page beginner. When I am about to compile, it gives me an error:

2>Please ensu

相关标签:
4条回答
  • 2021-01-04 07:48

    Check your system have Intel® VT-x Technology, sometime it is easier to make mistake.

    Check your Intel Virtualization Technology state in Task Manager -> Performance -> Virtualization -> Enable or Disable.

    In BIOS model :

    1. Even if you do this, it maybe still have no effect :

      Config -> CPU -> Intel Virtualization Technology -> Enable

    2. Enable Virtualization like this :

      Security -> Virtualization -> Intel(R) Virtualization Technology -> Enabled

    If you have turn it on, install the Intel HAXM.

    0 讨论(0)
  • 2021-01-04 07:52

    Check HAXM installed Goto Controll pannel check HAXM (or check C:\Windows\System32\drivers\IntelHaxm.sys)

    You can download HAXM version xxx and install (or you can download in android studio you will see it in you_path\SDK\extras\intel\Hardware_Accelerated_Execution_Manager)

    If you install HAXM and get error "VT-x Technology...." => so you much checkin driver BIOS and chipset installed AND CHECKING BIOS Intel(R) Virtualization Technology -> Enabled

    If Are you on Windows 7? I suspect this issue only affects 64-bit Windows 7 systems that lack a security patch, which enables support for SHA-256 code signing algorithm:

    https://www.microsoft.com/en-us/download/details.aspx?id=46148

    0 讨论(0)
  • 2021-01-04 07:59

    If it is Intel processor, then you enable Intel HAXM.

    If it is AMD processor then below is your answer.

    You absolutely don't need Intel HAXM (Hardware Accelerated Execution Mode) in AMD processors, because they are AMD processors.

    Just enable (check) Windows Hypervisor Platform in Windows features as shown below.

    Now, you can start emulators. No need of Intel HAXM.

    Here is official link: https://android-developers.googleblog.com/2018/07/android-emulator-amd-processor-hyper-v.html

    0 讨论(0)
  • 2021-01-04 08:09
    1. Open SDK Manager and download Intel x86 Emulator Accelerator (HAXM installer) if you haven't.

    2. Now go to your SDK directory (C:\users\username\AppData\Local\Android\sdk, generally). In this directory, go to extras → Intel → Hardware_Accelerated_Execution_Manager and run the file named "intelhaxm-android.exe".

      In case you get an error like "Intel virtualization technology (vt,vt-x) is not enabled", go to your BIOS settings and enable hardware virtualization.

    3. Restart Android Studio and then try to start the AVD again.

    It might take a minute or 2 to show the emulator window.

    Please this answer for images Error in launching AVD with AMD processor

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