百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。

5037为adb默认端口 查看该端口情况如下:

       netstat -aon|findstr "5037"

解决adb.exe' and can be executed.

 

解决adb.exe' and can be executed.

 

发现6540占用了 5037端口,继续查看21096的task,       

tasklist|findstr "21096"

解决adb.exe' and can be executed.

接下来问题就好解决了,在任务管理器kill掉kadb.exe ,运行android程序

相关文章:

  • 2021-06-23
  • 2022-12-23
  • 2021-10-26
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案