与adb的连接已关闭

时间:2013-11-30 09:00:39

标签: android eclipse android-emulator adb avd

我正在尝试使用eclipse运行我在android模拟器中构建的android应用程序,但每次尝试时都会出现以下错误:

[2013-11-30 14:14:12 - MyFirstApp] The connection to adb is down, and a severe error has occured.
[2013-11-30 14:14:12 - MyFirstApp] You must restart adb and Eclipse.
[2013-11-30 14:14:12 - MyFirstApp] Please ensure that adb is correctly located at 'C:\<sdk directory>' and can be executed.

我尝试了adb kill-server和adb start-server,搜索了Stack Overflow,发现this  和this,尝试了一切,但仍然无法启动应用程序。 AVD启动但应用程序无法在AVD上启动。

然后等了一会儿,

[2013-11-30 14:26:54 - MyFirstApp] Failed to install MyFirstApp.apk on device 'emulator-5554!

2 个答案:

答案 0 :(得分:0)

你自己说错误:你必须重启adb和Eclipse。

尝试一次:

步骤1。转到DDMS视角

第二步。单击“设备”选项卡上打开的模拟器

步骤3。点击重置adb上的查看菜单,如下图所示

步骤4。重启Eclipse。

enter image description here

它可以帮助你。

答案 1 :(得分:0)

只需重新启动您用于测试应用程序的Eclipse和设备或模拟器,然后转到任务管理器查找adb.exe - &gt;结束任务。 之后你不会发现任何错误。