今日使用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
今日使用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