android - Android 中的 adb 是什么?

标签 android eclipse adb

当我尝试运行我的 Android 程序时出现以下错误。

请解释一下 adb 到底是什么,以及如何重新启动它?

我收到以下错误

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.

最佳答案

adb 是 Android Debug Bridge .

通过命令行重启adb:

adb kill-server
adb start-server

在 Eclipse 中重启 adb:

  1. 窗口 > 显示 View > 其他... > Android/设备
  2. 当 View 显示时:“设备”的 View 菜单 > 重置 adb

关于android - Android 中的 adb 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10223065/

相关文章:

eclipse - Sonarqube Eclipse 插件服务器无法启动

shell - 如何跟踪 adb shell am start myandroidapp

Java comm API 不显示任何端口

android - 'adb forward tcp:8080 tcp:8080' 命令有什么作用?

android - 以编程方式通过USB将文件从android传输到计算机

java - 将 wav 音频文件转换为 DSS 音频格式

android - 将源代码从一个 Maven 项目复制到另一个

android - 使用 Ant 自动增加内部版本号

javascript - 混合应用程序 : Audio not playing on Android

java - 如何使用 Eclipse 中的工具栏按钮打开向导页?