[Xamarin] 在 Visual Studio 中使用 adb 连接本机 Mumu 模拟器

官网

https://mumu.163.com/

操作步骤

1. 开启 Mumu 模拟器的开发者模式模式。

2. 在问题诊断】中查看 ADB 端口号

3. 在 Visual Studio 中找到 "Tools / Android / Android Adb Command Prompt"

4. 使用命令监听端口

1
adb tcpip 16384

5. 使用命令建立连接

1
adb connect 127.0.0.1:16384

6. 连接成功到模拟器。

参考资料

MuMu模拟器12如何连接adb?
https://mumu.163.com/help/20230214/35047_1073151.html

posted @   jinzesudawei  阅读(222)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
历史上的今天:
2018-07-18 [HTTPS] - 请求API失败(Could not create SSL/TLS secure channel)之解决
点击右上角即可分享
微信分享提示