ADB Server Didn’t ACK ,failed to Start Daemon 解决方法

Posted Magnum Programm Life

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ADB Server Didn’t ACK ,failed to Start Daemon 解决方法相关的知识,希望对你有一定的参考价值。

解决方法如下:

1.adb nodaemon server

查看不能执行的原因,输出:

cannot bind ‘tcp:5037’

2.定位到了是端口的问题!是5037端口被占用了!

3.netstat -ano | findstr 5037

查找谁占用了5037的进程,得到进程pid.

4.杀死该进程。

windows显示进程使用tasklist来看。

可以在任务管理器中杀死,或者使用命令: taskkill /pid 端口号 -f

以上是关于ADB Server Didn’t ACK ,failed to Start Daemon 解决方法的主要内容,如果未能解决你的问题,请参考以下文章

ADB Server Didn’t ACK ,failed to Start Daemon 解决方法

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

The connection to adb is down, and a severe error has occured. Android ADB server didn't ACK *

解决Adb Server ACK error的问题(端口占用)

解决:adb 提示adb server version(31) doesn't match this client(41) 解决办法

adb server version (xx) doesn't match this client (xx); killing...