* daemon not running; starting now at tcp:5037

今日使用weeplus run android
在這裏插入圖片描述
看錯誤提示 ,是5037端口的問題android

* daemon not running; starting now at tcp:5037

因而找到查看端口的tcp

netstat -ano | findstr "5037"

在這裏插入圖片描述
果不其然 5037被佔用,因而果斷執行以下命令3d

taskkill -f -pid 5340

在這裏插入圖片描述
再次執行adb devices檢測
在這裏插入圖片描述
OK了code

相關文章
相關標籤/搜索