2013.09.24——— android ADB server didn't ACK

2013.09.24——— android ADB server didn't ACK
参考: http://jacky-zhang.iteye.com/blog/888933
http://blog.csdn.net/johnnycode/article/details/7678083
http://blog.csdn.net/nksmiles/article/details/7371665


我总是会遇到这个问题,我一般就用两种方法就可以解决:

1、

结束adb.exe
重启eclipse


2、
netstat -ano
或者
netstat -ano | findstr "5037"
查看相应的PID号的程序
tasklist /fi "pid eq 1132" 
查看5037端口占用程序的pid
taskkill /f /pid 1132
然后
adb start-server







猜你喜欢

转载自trylovecatch.iteye.com/blog/1946594
今日推荐