现在的位置: 首页 > 综合 > 正文

android变异时报出daemon not running. starting it now on port 5037错误

2018年09月15日 ⁄ 综合 ⁄ 共 269字 ⁄ 字号 评论关闭

进行adb kill-server后进行adb start-server时出现下面错误

* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *


解决方案:

1、netstat -ano | findstr "5037"//查询那个应用占用该端口

出现下面信息
TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       3388

2、打开任务管理器kill掉3388这个进程,到此解决

抱歉!评论已关闭.