1 把端口改成8601 (不想干掉占用8600端口的进程,如果8600端口是被你开启的其他进程占用, 如AndroidStudio,Consul等)
打开eclipse Window -> Preferences -> Android -> DDMS:
- Set Base local debugger port to "8601"
- Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"
2 cmd 把占用8600端口的进程干掉 (可以干掉占用8600端口的进程)
netstat -aon|findstr 8600
taskkill /pid 12836-t -f