Sometimes when you start an emulator in Android studio and run the program, the following error message appears: "Intel HAXM is required to run this avd,vt-x is disabled in BIOS".
Next, let me say the solution:
1. First check the SDK Manager for installation of download Intel x86 Emulator Accelerator (HAXM installer), and if not, download and install download Intel in SDK Manager x86 Emulator Accelerator (HAXM installer).
2. Go to the SDK directory (typically C:\USERS\ADMINISTRATOR\APPDATA\LOCAL\ANDROID\SDK), under this directory along Extras > Intel > Hardware_accelerated _execution_manager Directory found Intelhaxm-android.exe This file is set up and running.
3. During the installation process, you may encounter such an error message: "Intel Virtualization Technology (VT,VT-X) is not enabled", do not worry, then you only need to enter the BIOS interface in the " Configurations "found in the" Intel virtualization Technology "set it to enable, if it is prompted" the program installation failed so that the program cannot install ", then enter the control Panel will inter Hardware Accelerated execution Manager Uninstall, then install.
4. Restart Android Studio and start the AVD again.
Perform the above 4 steps to resolve this error.
Recommend a good personal blog: waberyang.com
About Vt-x is disabled in BIOS error resolution when launching simulator in Android Studio