Android Studio - Enable VT-x in BIOS Settings

When I try to start the emulator, I see this error "Intel HAXM is required to run this avd / dev / KVM not found. Enable VT-x in the BIOS security settings, make sure the KVM module is running on your Linux distribution"

I have already successfully installed haxm via the SDK. I also enabled virtualization in the security tab. What confuses me now is why he says that the Linux distribution in the error message when I run Windows 7 on a PC with support for HAXM and VT?

+5
source share
3 answers

You need to incorporate virtualization technology into your computer biography. Please visit for further instructions.

+2
source

If you are not using an Intel processor, it will not support HAXM no matter what you install.

0
source

I had the same problem too. Today (13-11-17) I decided this.

These are the steps to solve the problem -

1) Go to Android Studio Settings.
2) Appearance and behavior → System Settings → Android SDK.
3) Copy the location path of the Android SDK.
4) Go to the path.
5) In the path folder, open the "Advanced" folder, then open "intel", then open "Hardware_Accelerated_Execution_Manager"
6) Double-click on IntelHAXM_ [version number here].
7) Reinstall IntelHAXM.
8) Open the emulator.

It should work fine (it worked for me)

0
source

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


All Articles