注:此文章轉(zhuǎn)載自:https://blog.csdn.net/qq_34817440/article/details/100060231
今日使用weeplus run android時
看錯誤提示 ,是5037端口的問題
* daemon not running; starting now at tcp:5037
于是找到查看端口的
netstat -ano | findstr "5037"
果不其然5037被占用,于是果斷執(zhí)行如下命令
taskkill -f -pid 5340
再次執(zhí)行adb devices檢測
?
OK了