第一步:adb devices找到设备
第二步:adb shell进入设备
第三步:执行setprop service.adb.tcp.port 5555
第四步:执行exit
第五步:adb tcpip 5555
最后一步:adb connect设备的ip
最后附上执行记录
第一步:adb devices找到设备
第二步:adb shell进入设备
第三步:执行setprop service.adb.tcp.port 5555
第四步:执行exit
第五步:adb tcpip 5555
最后一步:adb connect设备的ip
最后附上执行记录