* daemon not running; starting now at tcp:5037

今日使用weeplus run android
* daemon not running; starting now at tcp:5037
看错误提示 ,是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了

上一篇:函数-(记录日志功能)


下一篇:listener.starting()源码探究