美文网首页
missing port in specification: t

missing port in specification: t

作者: 夜瑾漠 | 来源:发表于2020-04-07 14:46 被阅读0次

问题描述

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