摘要: 一、adb无线连接对安卓版本基本没有限制,现已知安卓7开调试模式和信任设备,即可以无线连接; 二、原连接步骤: 1、有线连接:adb tcpip 48887 2、设备列表:adb devices -l 3、无线连接:adb connect 192.168.1.xx:5555 三、多设备连接步骤: 1 阅读全文
posted @ 2022-10-04 14:14 734969 阅读(441) 评论(0) 推荐(0)