ADB服务器没有确认 [英] ADB server didn't Acknowledge

查看:487
本文介绍了ADB服务器没有确认的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法在笔记本电脑上运行Android应用程序。 Eclipse不断地给出相同的错误,就是ADB服务器没有确认

I could not run the android application never on my laptop. Eclipse gives same error constantly, that is "ADB server didn't Acknowledge"

我已经尝试过一切,从ddms视图重新启动adb,从命令行(kill-server ,启动服务器),从任务管理器重启eclipse。当我设法启动adb服务器并重新打开eclipse时,一旦我运行android应用程序,同样的错误来到控制台; ADB服务器没有确认。

I've tried everything, restart adb from ddms view, from command line (kill-server, start-server), from task manager and restart eclipse. When I manage to start adb server and re-open eclipse, as soon as I run the android application, same error comes to console; ADB server didn't ack.

除了重新启动adb,你能否提出一个想法

Could you give an idea except restarting adb

推荐答案

在任务管理器中杀死进程 adb.exe (打开任务管理器 CTRL + Shift + Esc )解决了我的情况。杀死后,运行 adb start-server adb设备,您应该会很好。

Killing the process adb.exe in the TASK MANAGER (to open task manager CTRL+Shift+Esc) solves it in my case. After killing it run adb start-server or adb devices and you should be fine.

我们可以很容易地解决这个问题。

We can solve this issue so easily.


  1. 打开命令提示符, cd< platform-工具目录>

  2. 运行命令 adb kill-server

  3. 打开Windows任务管理器,检查 adb 是否仍在运行。如果是,只需删除 adb.exe

  4. 运行命令 adb start-server 在命令提示符下

  1. Open command prompt, cd <platform-tools directory>
  2. Run command adb kill-server
  3. Open Windows Task manager and check whether adb is still running. If it is, just kill adb.exe
  4. Run command adb start-server in command prompt

命令提示符(cmd.exe)

Command Prompt (cmd.exe)

netstat -aon|findstr 5037

查找进程ID为0.0.0.0

find process id of 0.0.0.0

确保它是adb.exe

make sure it's adb.exe

tasklist|findstr 1980

杀死此过程

taskkill /f /t /im adb.exe

让ADB恢复正常

有关详细信息,请从这里

这篇关于ADB服务器没有确认的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆