Fork me on github
摘要: 一、有线连接 第一次连接设备,需要先用有线连接一次。 然后运行查看设备: adb devices 如图,第一次没有连接设备,第二次连接了。 (安卓设备需要已经开启开发者模式) 二、设置tcp端口 运行代码: adb tcpip 5555 三、无线连接 打开安卓设备,查看IP地址。 运行代码: adb 阅读全文
posted @ 2023-11-12 21:52 未配妥剑,已入江湖 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 一、下载 Windows版本:https://dl.google.com/android/repository/platform-tools-latest-windows.zipMac版本:https://dl.google.com/android/repository/platform-tools 阅读全文
posted @ 2023-11-12 21:10 未配妥剑,已入江湖 阅读(1745) 评论(0) 推荐(0) 编辑