問題: 提示 bind local 8600(8601,8602) port failed
解決方法:
- 重啟adb 服務
adb kill-server
adb start-server
2.檢查端口占用
//mac os
lsof -i:8600
如果沒有返回思劳,則表示沒有占用迅矛,否則強殺端口
kill -9 xxx //xxx 為 8600 所對應的pid
3.檢查本地host是否有問題
我是因為使用軟件,導致本地的host變更潜叛。
保證以下配置即可
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost