1

enter image description here

I have enabled Virtualization technology in BIOS and have even tested using the Intel identification tool it shows that virtualization technology is enabled in my computer though I am facing this problem and I am not able to run the emulator in android studio.I have even tried installing intel-haxm and faced the problem as shown. Can anyone help me solve this issue.

enter image description here

timrau
  • 22,578
  • 4
  • 51
  • 64

1 Answers1

0

Assuming you have an Intel processor that supports VT and NX bit (XD) - you can check your CPU # at http://ark.intel.com
use the following command lines:
bcdedit /set hypervisorlaunchtype off
bcdedit /set nx AlwaysOn
If you're using Avast, disable "Enable hardware-assisted virtualization" under: Settings > Troubleshooting. Restart the PC and try to run the HAXM installation again Then for installation Use the installer from https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

codecats
  • 1,675
  • 1
  • 12
  • 9