* daemon not running; starting now at tcp:5037
今日使用weeplus run android
时
看错误提示 ,是5037端口的问题
* daemon not running; starting now at tcp:5037
于是找到查看端口的
netstat -ano | findstr "5037"
果不其然 5037
被占用,于是果断执行如下命令
taskkill -f -pid 5340
再次执行adb devices
检测
OK了