Skip to content Skip to sidebar Skip to footer

Vt-x Not Turned On, Haxm Error, Android Studio

I just installed the android studio on my laptop, and while running my program on the virtual device, it gives me an HAXM error and ask to turn on VT-x. I know that i am not the

Solution 1:

How did you install HAXM driver? If you just installed it via Android SDK Manager then you still need to locate this driver in Android SDK directory and install it from there. It should be in directory like sdk\extras\intel\Hardware_Accelerated_Execution_Manager - install it by running its package from the directory.

Solution 2:

Thank you for your help, I tried to install it from the path but windows is blocking the installation.

"Windows blocked the installation of a digitally unsigned driver. Uninstall the program or device that uses the driver and check the publisher's website for a digitally signed version of the driver".

Solution 3:

Finally it worked for me, I just disabled the secure boot from BIOS and I could install it and run the virtual device in android studio. I dont know if there is a better solution because its risky to disable the secure boot.

Post a Comment for "Vt-x Not Turned On, Haxm Error, Android Studio"