【问题标题】:The connection to adb is down, and a severe error has occured. - Ubuntu 12.04与 adb 的连接已断开,出现严重错误。 - Ubuntu 12.04
【发布时间】:2016-03-18 02:57:39
【问题描述】:

我正在使用Eclipse ADT,过去 1 年它对我来说运行良好,但我突然遇到了这个问题,我可以知道How can I resolve this 吗?

The connection to adb is down, and a severe error has occured.
[2015-12-12 09:57:13 - MyPlace] You must restart adb and Eclipse.
[2015-12-12 09:57:13 - MyPlace] Please ensure that adb is correctly located at '/home/system/adt-bundle-linux-x86-20140702/sdk/platform-tools/adb' and can be executed.

【问题讨论】:

  • 确保 adb 存在于该路径。也不再支持 Eclipse。开始使用 Android Studio。

标签: android eclipse ubuntu adt


【解决方案1】:

试试下面的步骤....

  1. 如果正在运行,请关闭 Eclipse
  2. 将终端导航到 Android SDK 平台工具目录
  3. 输入adb kill-server在发出这些命令之前应该关闭Eclipse
  4. 然后输入adb start-server
  5. 启动ADB服务器没有报错,则adb启动成功。

现在您可以再次启动 Eclipse。

否则您可以从系统监视器中停止 adb 服务,然后重新启动 eclispe。

For more details, click here...

【讨论】:

  • 能否简单介绍一下:进入命令提示符中的 Android SDK platform-tools 目录,如:Steps(我使用的是 Ubuntu)
  • 糟糕,对不起!您可以将终端导航到 android SDK 目录。告诉我你把你的android sdk目录放在哪里,我会写命令
猜你喜欢
  • 1970-01-01
  • 2014-05-13
  • 1970-01-01
  • 2014-05-04
  • 1970-01-01
  • 2013-12-16
  • 2011-05-03
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多