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.
Asked
Active
Viewed 2,283 times
1
-
http://stackoverflow.com/questions/26355645/error-in-launching-avd – Thought Oct 11 '15 at 13:24
1 Answers
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