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

The connection to adb is down, and a severe error has occured.
[2010-03-11 09:36:56 - HelloOPone] You must restart adb and Eclipse.
[2010-03-11 09:36:56 - HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5
\platform-tools\adb.exe' and can be executed.
解决:
方法1.cmd中adb kill-server,而后adb -startserver
方法2.方法1无论用,那么在任务管理器中杀死adb.exe,而后重启Eclipse。
方法3.方法1和2都无论用,那么查看最后一句报错中:platform-tools中是否有adb.exe(个人错误就是在相关路径下面没有platform-tools文件夹
,因此我选择新建一个文件夹,而且把tools中的文件所有复制到platform-tools中)

若是执行adb start-server 的时候报错:
adb server is out of date. killing...

ADB server didn't ACK *

failed to star

出现这个问题的根本缘由是adb sever没有启动eclipse

执行adb kill-serverspa

而后adb start-server 若是出现上面的错误通常是下面的缘由形成的:rest

   一、 开启了豌豆荚软件--->将豌豆荚kill掉就能够了code

  二、若是仍是不行有多是360或者其余软件将5037端口占据orm

执行命令:server

  

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

 查看是否有软件占了5037端口,在任务管理器里面杀掉该进程,重启eclipseblog

相关文章
相关标签/搜索