`
lizhuohuang
  • 浏览: 117630 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

The connection to adb is down

阅读更多

adb

 

1. The connection to adb is down, and a severe error has occured.

 

启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误

 

1.先把eclipse关闭.

2.在管理器转到你的android SDK 的platform-tools下, 如图:

 

E:\android\android-sdk-windows\platform-tools>adb kill-server
* server not running *

E:\android\android-sdk-windows\platform-tools>adb start-server
adb server is out of date.  killing...
ADB server didn't ACK
* failed to start daemon *

 

遇到上问题

E:\android\android-sdk-windows\platform-tools>netstat -ano | findstr "5037"
  TCP    127.0.0.1:2548         127.0.0.1:5037         ESTABLISHED     6892
  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       6972
  TCP    127.0.0.1:5037         127.0.0.1:2548         ESTABLISHED     6972

 

打开任务管理器kill掉6972这个进程。ok

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics