The problem of HAXM installation failure in Android Studio (Intel HAXM installation failed. To install Intel HAXM follow the...)

Problem description: Intel HAXM installation failed occurred in the last step of installing Android Studio. To install Intel HAXM follow the instructions found at:xxxx

Or it appears in the manually downloaded HAXM installation: The system requirements are not satisfied


First of all, let me explain that the simulator can run even without HAXM installed. If the    simulator cannot start, it should be due to other problems    . Installing HAXM will only improve the smoothness of the simulator. If you must install it, do this:

First determine whether your CPU is Intel or AMD 

AMD

Try to install the AMD-specific emulator ( Android Emulator Hypervisor Driver for AMD Processors ) in the SDK Tools option of the SDK Manager and open the computer's control panel -> Programs and Features -> Enable or turn off Window functions in the left column and check Hyper -V and the following virtualization platforms

Intel

1. It is possible that your Android Studio's HAXM download failed or your own installation failed. Go into the SDK Tools option of the SDK Manager in Android Studio and install HAXM (Intel x86 Emulator Accelerator (HAXM installer) ).
 If it still fails, try it. github (link: HAXM download ) download the file haxm-windows_v7_7_1.zip (this is the window version). This is a manual download of HAXM. Try decompressing and installing it. If the installation fails, go to the next step.


2. Open the computer's Control Panel - "Programs and Features -" Turn on or off Window functions in the left column and see if Hyper-V is unchecked (be sure not to check it). If it is checked, uncheck it and then restart. computer.


3. Make sure that Settings->Update and Security->Window Security Center->Open Window Security Center button->Device Security on the left->Kernel Isolation Details->Memory Integrity option is turned off


4. Click "Start Menu" in the lower left corner of the desktop, search for "Command Prompt" or "CMD", and run it with administrator privileges . Then in the pop-up window, use "Ctrl+V" to paste the following code and press Enter to run the code: bcdedit /set hypervisorlaunchtype off    Then restart the computer and try to install HAXM in the SDK Manager in Android Studio again


5. If the above 4 steps do not work, please find a way to enter your own computer bios operation interface and open the VT (Virtualization Technology) option in the CPU settings.

Finally, if these methods can help you, how about giving me a like owo
 

Guess you like

Origin blog.csdn.net/qq_24033983/article/details/123335806