adb server is out of date. killing...

啓動eclipse,運行android項目時

adb server is out of date.  killing......
ADB server didn't ACK
* failed to start daemon *
error: unknown host service..

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'D:\Java\adt-bundle-windows-x86-20130917\sdk\platform-tools\adb.exe' and can be executed.、
、、、、、可能是adb端口被佔用,查看adb用的是哪個端口:adb nodaemon server


C:\Users\Administrator>adb nodaemon server  

cannot bind 'tcp:5037'  


查看誰佔用了這個端口:netstat -ano | findstr "5037"

C:\Users\Administrator>netstat -ano | findstr "5037"  

TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       2612



C:\Users\Administrator>taskkill /F /PID 2612  

成功: 已終止 PID 爲 2612 的進程。



wKioL1LKbsaijmQmAAFZSHORO6w628.jpg





發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章