'ADB server didn't ACK'的解决办法

我本身的作法,就是--进程里关掉“wandoujiaXXXX”---启动命令cmd+(adb kill-server)----重启eclipse。 搞定.android

(下面的都是看的别人的解决办法。能够不看。)app

网上搜了不少种,可是对我来讲都无论用。引发这个错误的缘由是有不少方面的。eclipse

1.软件冲突。ui

首先是豌豆荚,尝试关闭豌豆荚,重启eclipse后尝试run as android application....this

2.进程里spa

关闭adb.exe,重启eclipsecode

3.软件更新server

android-sdk的更新进程

 

有个老外总结的比较全面:ip

Try below steps:

  1. Close the Eclipse if running

  2. Go to the Android SDK tools directory in Command Prompt

  3. type adb kill-server

  4. then type adb start-server

  5. No error message is thrown while starting ADB server, then adb is started successfully.

  6. Now you can start Eclipse again.

it worked for me this way, Eclipse should be closed before issuing these commands.

前提是你的adb已经配置好了。 若是这时候依然didn't ACK,那么启动任务管理器,看看是否有adb.exe.有的话关掉,再重复以上动做就能够了。

还有一个比较容易忽视的很重要的问题,就是打开taskmanager的时候,并无adb.exe,若是这时候你认为绝对不是adb的问题你就错了。cmd打开dos,输入adb kill-server,这个时候才能真正保证kill掉了adb.exe。切记切记!

相关文章
相关标签/搜索