日期:2014-05-16  浏览次数:20392 次

解决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程序?