adb devices提示“adb server is out of data”解决方法

adb devices提示“adb server is out of data”解决方法

1、查看5037端口被谁占用了,输入 netstat -aon|findstr “5037”,如下
C:\Users\ceshi>netstat -ano | findstr “5037”
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 22544
TCP 127.0.0.1:5037 127.0.0.1:57006 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57008 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57010 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57012 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57016 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57018 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57021 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:57023 TIME_WAIT 0

2、根据PID来查找占用该端口的应用程序,输入tasklist|findstr “22544”,如下
C:\Users\ceshi>tasklist | findstr “22544”
adb.exe 22544 Console 5 7,372 K

3、说明5037端口正在被adb.exe占用,结束进程,输入taskkill /f /t /im adb.exe

4、重新连接手机,

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值