Ext.: https://zhidao.baidu.com/question/561420516357269084.html?qq-pf-to=pcqq.c2c
When Android studio launches the virtual machine, the following error is reported. EMULATOR:ERROR:X86 emulation currently requires hardware acceleration! Please ensure the Intel HAXM is properly installed and usable. CPU Acceleration Status:hax ker ...
Workaround:
1) If you are not installing Intel x86 Emulator Accelerator (HAXM), open the SDK Manager to download and install HAXM.
2) Enter C:/users/administrator/appdata/local/android/sdk/extras/intel/hardware_accelerated_execution_ Manager directory (you can replace administrator with the appropriate user name) and run the Intelhaxm-android.exe file.
If the runtime fails to install and displays the error "Intel Virtualization Technology (VT,VT-X) is not enabled", enter the BIOS to turn on "Hardware virtualization".
3) Restart Android Studio and restart the AVD.
(ext.) An issue encountered by the Android Studio boot AVD (HAXM installation failed)