解决android,adb端口的错误

解决android,adb端口的错误

adb nodaemon server          查看占用的端口

netstat -ano|findstr "5037"   找出哪个pid占用了 5037端口

tasklist|findstr "3488"            查看哪个程序属于 3488 这个pid

taskkill /f /t /im tor.exe        结束tor.exe程序 

猜你喜欢

转载自252831020.iteye.com/blog/1979703
今日推荐