HuilderX runs to MUMU emulator

1. To download the MuMu simulator from Netease official website, be sure to open the MuMu simulator;

MuMu simulator official download icon-default.png?t=N658https://mumu.163.com/

2. Go to the installation directory of the MUMU emulator, find the directory where adb.exe is located, and copy its path;

举例 :D:/Program Files/MuMuPlayer-12.0/shell/adb.exe

添加 :Huilder X 工具/设置/运行配置/Android模拟器端口中

3. In the shell directory of the installation location of the MUMU emulator, run cmd;

举例 : D:/Program Files/MuMuPlayer-12.0/shell中 运行cmd

4. Check the version of adb ( adb version ), display the version information - means the installation is successful

Android Debug Bridge version 1.0.41
Version 34.0.1-9979309

5. Use the adb command to view the connected device ( adb devices ) List of devices attached device list

List of devices attached

6. Use the adb command to connect the emulator to the computer (adb connect 7555) The port number of MuMu is 7555; the display connected to is successful

connected to

After refreshing HBuilder, the emulator can be detected.

Guess you like

Origin blog.csdn.net/m0_73461567/article/details/131637889