HAXM is not installed on this machine

I recently installed Xamarin and tried to make a tutorial on the newbie Xamarin page . When I am going to compile, it gives me an error:

2> Please make sure Intel HAXM is correctly installed and available.

and

2> CPU Acceleration Status: HAXM is not installed on this computer

Then I open the Android SDK manager, I can not install HAXM

enter image description here enter image description here Some links suggest downloading it from Intel, but they refused my access. Also in my window the hyper-v function was not checked

enter image description here enter image description here

nb: I am using windows ver.10, VS.studio ver. 2017 with i5 processor

+4
source share
2 answers
  • SDK Manager Intel x86 ( HAXM), .

  • SDK (: C:\users\username\AppData\Local\Android\sdk). > Intel → Hardware_Accelerated_Execution_Manager " intelhaxm-android.exe".

    " Intel (vt, vt-x) ", BIOS .

  • Android Studio, AVD.

.

, AVD AMD

+5

, Intel® VT-x Technology, - .

Intel Virtualization Technology Task Manager -> Performance -> Virtualization -> Enable or Disable. enter image description here

BIOS:

  • , , :

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

  • , :

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

, Intel HAXM.

+1

Source: https://habr.com/ru/post/1682093/


All Articles