How to connect mumu emulator in Android Studio(AS)

The method of connecting AS to the mumu simulator is divided into the following four steps:

  1. First go to mumu’s official website to download the emulator: mumu emulator official website
  2. Find the location of the SDK in AS
  3. Use the Terminal console to enter the location of the SDK
  4. Connect to mumu emulator

1. Download mumu emulator

The official website of the mumu simulator , just follow the steps to download it, I won’t go into details here.

2. Find the location of the SDK in AS

Insert image description here
The D:\AppData\Local\Android\Sdk here is the location of AS in my computer.
Insert image description here

3. Use the Terminal console to enter the location of the SDK

Insert image description here

4. Connect to mumu simulator

Insert image description here
In this way, it is connected. Already here is because I have already connected it.
Insert image description here

Guess you like

Origin blog.csdn.net/tuhuanxiong/article/details/118001318