官网
操作步骤
1. 开启 Mumu 模拟器的【开发者模式】模式。
2. 在【问题诊断】中查看 ADB 端口号
3. 在 Visual Studio 中找到 "Tools / Android / Android Adb Command Prompt"
4. 使用命令监听端口
adb tcpip 16384
5. 使用命令建立连接
adb connect 127.0.0.1:16384
6. 连接成功到模拟器。
参考资料
MuMu模拟器12如何连接adb?
https://mumu.163.com/help/20230214/35047_1073151.html