码迷,mamicode.com
首页 > 移动开发 > 详细

android studio adb 打不开

时间:2016-08-06 21:47:21      阅读:359      评论:0      收藏:0      [点我收藏+]

标签:

 

1.cmd-->C:\Users\Administrator>adb start-server
adb server is out of date. killing...
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: 閫氬父姣忎釜濂楁帴瀛楀湴鍧€(鍗忚/缃戠粶鍦板潃/绔彛)鍙厑璁镐娇鐢ㄤ竴娆°€?(10048)
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon

 

2.netstat -ano | findstr "5037"

  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       3224

 

3.C:\Users\Administrator>tasklist| findstr 3224

360MobileLoader.exe 3224 Console 1 28,260 K

 

4、关闭并移除360MobileLoader.exe

打开任务管理器,找到360MobileLoader.exe,发现无法关闭进程。我已经把该文件删除,所以没有图为证,这里只说方法,选中”360MobileLoader.exe“,右击——”打开文件位置“

强制删除,实在不行卸载了360

 

5.重新 adb start-server即可

 

 

android studio adb 打不开

标签:

原文地址:http://www.cnblogs.com/charlie098765/p/5741785.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!