看错误提示 ,是5037端口的问题
* daemon not running; starting now at tcp:5037

于是找到查看端口的

netstat -ano | findstr "5037"

* daemon not running; starting now at tcp:5037
果不其然 5037被占用,于是果断执行如下命令

taskkill -f -pid 5340

* daemon not running; starting now at tcp:5037
再次执行adb devices检测
* daemon not running; starting now at tcp:5037
OK了

相关文章:

  • 2022-02-13
  • 2021-09-29
  • 2021-10-24
  • 2022-12-23
  • 2021-11-17
  • 2021-11-22
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2021-08-29
  • 2021-04-24
  • 2022-12-23
相关资源
相似解决方案