Android--'ADB server didn't ACK'

D:\TDDOWNLOAD\adt-bundle-windows-x86-20130514\sdk\platform-tools>adb kill-serve 

* server not running * 

D:\TDDOWNLOAD\adt-bundle-windows-x86-20130514\sdk\platform-tools>adb start-serv 

adb server is out of date.  killing... 
ADB server didn't ACK 
* failed to start daemon * 

D:\TDDOWNLOAD\adt-bundle-windows-x86-20130514\sdk\platform-tools>adb nodaemon s 
rver 
cannot bind 'tcp:5037' 

D:\TDDOWNLOAD\adt-bundle-windows-x86-20130514\sdk\platform-tools>netstat -ano | 
findstr "5037" 
  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       2592 
  TCP    127.0.0.1:5037         127.0.0.1:2051         TIME_WAIT       0 
  TCP    127.0.0.1:5037         127.0.0.1:2052         TIME_WAIT       0 

进入任务管理器杀进程 
再执行确认5037进程是否存在 
D:\TDDOWNLOAD\adt-bundle-windows-x86-20130514\sdk\platform-tools>netstat -ano | 
findstr "5037"

你可能感兴趣的:(eclipse,android,server,adb,ack,didnt)