摘要: kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。5037为adb默认端口 查看该端口情况如下: netstat -aon|findstr "5037" TCP 127.0.0.1:5037 0.0.0.0:0 LISTE... 阅读全文
posted @ 2016-01-26 15:08 清风吹云 阅读(259) 评论(0) 推荐(0) 编辑