问题描述
D:\Demo\testDemo>adb connect 192.168.xx.xx
missing port in specification: tcp:192.168.xx.xx
分析
提示说端口号缺失,那就加上端口号去连接
解决
D:\Demo\testDemo>adb connect 192.168.xx.xx:8080
D:\Demo\testDemo>adb connect 192.168.xx.xx
missing port in specification: tcp:192.168.xx.xx
提示说端口号缺失,那就加上端口号去连接
D:\Demo\testDemo>adb connect 192.168.xx.xx:8080
本文标题:missing port in specification: t
本文链接:https://www.haomeiwen.com/subject/fvcnphtx.html
网友评论