********************************************************************************************
* author: luhuajcdd
* 注:本文为原创,仅作为学习交流使用,转载请标明作者及出处。
*出处: http://luhuajcdd.iteye.com/admin/blogs/1586028
********************************************************************************************
Run android 项目(project):
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at '*****/tools/adb.exe' and can be executed.
解决方法:
第一种情况:
1. 关闭eclipse
2. 在任务管理系统中关闭ADB.exe服务
3. 重启eclipse
如果还是不行的话:
1. 如果有豌豆荚, 启动豌豆荚, 然后关闭, 重复上面操作。
2. 在上面都没有成功的情况, 重启电脑试试。
第二种情况:
启动了豌豆荚,
1. 关闭豌豆荚,
2. 关闭eclipse
3. 在任务管理系统中关闭ADB.exe服务
4. 重启eclipse
如果还是不行。 重启电脑
有什么更好的办法,请补充。
分享到:
相关推荐
在Android开发过程中,我们经常会遇到"The connection to adb is down"的问题。此问题出现时,通常伴随着构建失败、应用无法安装或调试异常等现象,严重影响了开发效率。本文将从多个角度对这一问题进行深入分析,并...
当控制台输出"The connection to adb is down, and a severe error has occured"时,表示ADB与Eclipse(或者现在可能是Android Studio)之间的连接已中断,导致无法进行正常的开发操作。常见的原因可能有以下几点: ...
自己总结的在android中常会出现的不好解决的问题和方法1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The following error occurred while executing this line:D:...报错:The connection to adb is down, a
今天在Eclipse中运行Android项目时遇到”The connection to adb is down, and a severe error has occured”这个问题,如下图所示: 第一次遇到这个问题,上网查了一下原因,原来”The connection to adb is ...
本文分析了Android编程中出现The connection to adb is down问题的解决方法。分享给大家供大家参考,具体如下: 1.报错: BUILD FAILED D:\workspace\ganji\build.xml:144: The following error occurred while ...
[2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured. [2012-07-18 16:18:26 - ] You must restart adb and Eclipse. [2012-07-18 16:18:26 - ] Please ensure that adb ...
经常遇到 Please ensure that adb is ... [2012-07-18 16:18:26 – ] The connection to adb is down, and a severe error has occured. [2012-07-18 16:18:26 – ] You must restart adb and Eclipse. [2012-07
如果出现以下问题则有可能是被占用了端口号 The connection to adb is ...Please ensure that adb is correctly located at 'D:\Program Files\Android\android-sdk\platform-tools\adb.exe' and can be executed.
5. **The connection to adb is down, and a severe error has occurred** 解决方案包括: - 关闭任务管理器中的所有adb.exe进程。 - 重启Eclipse或你的IDE。 6. **The application has stopped unexpectedly** ...
这个问题通常表现为"The connection to adb is down",这涉及到ADB(Android Debug Bridge)的连接问题。本文将深入探讨这个问题的原因以及提供一系列的解决方案。 首先,我们要理解ADB在Android开发中的作用。ADB...
在进行Android应用程序开发的过程中,开发者可能会遇到以下错误信息:“The connection to adb is down, and a severe error has occurred. You must restart adb and Eclipse...”。此错误通常伴随着ADB server未...
he connection to adb is down, and a severe error has occured.[2014-01-14 21:42:11 - myBluetooth] You must restart adb and Eclipse.[2014-01-14 21:42:11 - myBluetooth] Please ensure that adb is ...
[2016-07-10 17:09:11 - QtActivity] The connection to adb is down, and a severe error has occured. [2016-07-10 17:09:11 - QtActivity] You must restart adb and Eclipse. [2016-07-10 17:09:11 - ...
在运行第一个Android示例应用时,可能会遇到adb连接错误,提示"The connection to adb is down, and a severe error has occurred"。这种情况下,可以按照以下步骤解决: 1. 关闭Eclipse并检查任务管理器,确认是否...
10. **Android中the connection to adb is down问题解决** 这通常是因为adb进程崩溃或设备连接问题。重启adb(`adb kill-server`和`adb start-server`),检查USB驱动和设备连接,或者重新启动设备和计算机。 11. ...
在搭建过程中,你可能会遇到一些常见问题,例如"adb is down"的错误。这通常意味着adb(Android Debug Bridge)服务出现问题。你可以尝试以下解决方案: 1. 打开命令行,输入"adb kill-server",然后"adb start-...
cd <your path>/Nvidia_Demo/android_gb_cardhu_os_image sudo ./nvflash --bct flash.bct --setbct --odmdata 0x40080105 --configfile flash.cfg --create --bl bootloader.bin --go ###########################...