开启360手机助手,连接不成功。
CMD下:adb shell出现提示:
* daemon not running. starting it now on port 5037 *
百度解决:参考
http://blog.csdn.net/yuyong112/article/details/9088685。
我是先关闭有关的软件,如eclipse、360手机助手。再:
C:\Documents and Settings\mouse>netstat -ano | findstr "5037"
TCP 127.0.0.1:2141 127.0.0.1:5037 TIME_WAIT 0
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 3744
TCP 127.0.0.1:5037 127.0.0.1:1504 CLOSE_WAIT 3744
TCP 127.0.0.1:5037 127.0.0.1:1505 CLOSE_WAIT 3744
TCP 127.0.0.1:5037 127.0.0.1:1506 CLOSE_WAIT 3744
TCP 127.0.0.1:5037 127.0.0.1:1507 CLOSE_WAIT 3744
再
C:\Documents and Settings\mouse>ntsd -c q -p 3744
杀死进程,再
C:\Documents and Settings\mouse>netstat -ano | findstr "5037"
查看为空了。这时候再连接360手机助手就可以连接了。