1、adb devices 查看当前可以连接到adb 的设备
adb devices
2、为手机设置侦听端口号 adb tcpip 侦听端口号(eg:8888)
(多手机调试设置端口号 adb -s 设备号 tcpip侦听 端口号)
adb tcpip 8866
3.执行 adb connect ip地址:侦听端口号 命令,开启无限连接
adb connect 10.99.1.105:8866
4、输入adb devices
adb devices
1、adb devices 查看当前可以连接到adb 的设备
adb devices
2、为手机设置侦听端口号 adb tcpip 侦听端口号(eg:8888)
(多手机调试设置端口号 adb -s 设备号 tcpip侦听 端口号)
adb tcpip 8866
3.执行 adb connect ip地址:侦听端口号 命令,开启无限连接
adb connect 10.99.1.105:8866
4、输入adb devices
adb devices
本文标题:Android studio无线调试
本文链接:https://www.haomeiwen.com/subject/pviuprtx.html
网友评论