Android调试时, "adb devices"命令提示 adb server is out of date. killing...

C:Usersxxxx>adb devices
adb server is out of date. killing...

查看端口, 发现被占用

  1. C:Usersxxxx>adb nodaemon server  
  2. cannot bind 'tcp:5037'  

找到相应的进程

  1. C:Usersxxxxxx>netstat -ano | findstr "5037"  

进入任务管理器, 找到对应的 5037号进程 干掉那个进程

****************************

自不必说, 下列进程太烦人了, 总是妨碍Google Android原生adb的调用.

(我这边是tadb.ext占用了, 干掉)

[App List]

1. wandoujia*

    著名的豌豆荚PC版本的进程

2.tadb.exe 

    著名的QQ音乐的进程

sjk_daemon.exe

还有这货

****************

QQ---设置---提醒---安卓设备连接提醒(对勾去掉),搞定

原文地址:https://www.cnblogs.com/willbin/p/3439270.html