Installation of Android Emulator Hypervisor Drive in Android studio failed

1.Problem description

When starting the project, you need to install the Android Emulator Hypervisor Drive, but an error occurred during the installation following the steps. The error problem is:


```
服务尚未启动。

[SC] DeleteService 成功
[SC] 由于发生错误 4294967201, StartService 失败。
Done
```

First of all, my problem is because it is a problem with AMD series processors. Virtualization is not turned on when configuring the virtual machine.

 My solution is to turn on virtualization, which is turned off by default.

2.How to turn on

1. Please restart the computer and enter the BIOS or UEFI settings. Different computer brands and models may have different methods of entering BIOS or UEFI. Usually, you can press F2, Del, F10 or Esc when booting to enter the BIOS or UEFI setup interface.

2. For example, mine is an ASUS motherboard, and AMD turns on virtualization as SVM.

3. In the advanced settings, turn the SVM Mode of the CPU configuration to Enabled

4. F10 to save and enter the system

Then open Task Manager-Virtualization in Performance is turned on, and it is turned on successfully.

Then continue to start the Android Emulator Hypervisor Drive installation program to complete normally.

Guess you like

Origin blog.csdn.net/weixin_58142746/article/details/131637947