1

I cant install haxm in android studio cpu : AMD Phenom || x6 1100t

Failed to install Intel HAXM. For details, please check the installation log: C:\Users\AFRADA~1\AppData\Local\Temp\haxm_log1894.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\AFRADA~1\AppData\Local\Temp\haxm_log1894.txt Installer log contents:

=== Logging started: 12/22/2019  10:32:57 ===
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.

enter image description here

enter image description here

enter image description here

enter image description here

SternK
  • 7,358
  • 5
  • 22
  • 32
Amir Sabet
  • 11
  • 1
  • 2

4 Answers4

1

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. enter image description here

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

Uddhav Gautam
  • 6,052
  • 3
  • 39
  • 54
0

Try to disable hyper-v in control panel then select window future if hyper-v is disable Active Virtualization Technology (VT-x) at bios setting

adi purnama
  • 146
  • 2
  • 6
0

follow the steps from this article, you need to enable virtualization from your BIOS settings in order to run your android emulators.

i do this on every machine 1st time i install android studio/HAX, hope it works for you

https://techcommunity.microsoft.com/t5/ITOps-Talk-Blog/Step-By-Step-Enabling-Hyper-V-for-use-on-Windows-10/ba-p/267945

JimmyFlash
  • 775
  • 9
  • 18
0

Thanks for TekTutorialsHub for the idea - in my computer (Win10, Android Studio 3.6.1) the problem was connected with antivirus program protection of memory integrity (Windows Defender Security Center - Device security/Core isolation details/Memory integrity/off). Restart the computer. In older version on the same hardware everything worked perfect, the problem began after Android Studio /SDK update.

  • 3
    This gives the impression of mostly saying "Thanks." and "Me too." If you intend this to actually answer the question at the top of this page, then please [edit] and rephrase to make the answering part more obvious. – Yunnosch Mar 24 '20 at 20:38