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

猜你喜欢

转载自lizhuohuang.iteye.com/blog/1946978