在命令行输入adb shell后输出如下错误:
adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * error: unknown host service
解决办法如下:
1>输入netstat -ano查看哪个程序占用了5037端口,
TCP 0.0.0.0:49160 0.0.0.0:0 LISTENING 616 TCP 0.0.0.0:52323 0.0.0.0:0 LISTENING 3768 TCP 0.0.0.0:55595 0.0.0.0:0 LISTENING 6812 TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 80402>输入tasklist /fi "pid eq 8040干掉这个应用程序就可以了
作者:hanmengaidudu 发表于2013-12-22 0:16:17 原文链接阅读:142 评论:0 查看评论