【发布时间】:2014-01-23 09:37:22
【问题描述】:
我知道这个问题被问了多次,也有一些替代答案。所以请不要关闭其他链接,因为我在下面添加了该链接。
[2014-01-23 16:19:44 - adb] ADB server didn't ACK
[2014-01-23 16:19:44 - adb] * failed to start daemon *
....
....
[2014-01-23 14:48:10 - My App] The connection to adb is down, and a severe error has occured.
[2014-01-23 14:48:10 - My App] You must restart adb and Eclipse.
[2014-01-23 14:48:10 - My App] Please ensure that adb is correctly located at 'E:\Chintan Khetiya\Android KIT\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe' and can be executed.
部分答案
- Kill from Task Manager - 在这种情况下,我无法删除我的进程。当我删除它时,它会自动创建新的。(在任务管理器中显示更多的一个 adb)
- Kill from ADB - 这有时对我有用,但我必须至少执行此过程两到三遍。所以至少我必须至少重新启动我的 Eclipse 两到三次,而且非常耗时。
-
Copy
/Platform-Toolto/Tool- 我不知道,但我也试过这个。
最后我正在寻找一些解决方案来解决这个问题,因为我一天至少要面对这个问题四次,所以我现在很恼火,一次又一次地重新启动。我一天都在为这个问题浪费 1 个小时。
谁有我的问题的永久解决方案?
我不知道为什么这个错误会在控制台中显示。
系统要求:
- 操作系统 - Windows - 7
- 处理器 - Core 2 Duo
- 内存 - 4 GB
- Android SDK - 最高 - 4.4.2 - 19 API 级别(所有最新版本)
环境路径:
E:\Chintan Khetiya\Android KIT\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\platform-tools;
E:\Chintan Khetiya\Android KIT\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\tools
谢谢。
【问题讨论】:
-
浏览了此问题中的所有答案并尝试了我的手机(在 Sony Xperia 上运行)已断开调试器并导致问题的所有方法。我发布这个以防将来对任何人有用。手机不再显示在运行 apk 的设备列表中。从命令提示符运行“adb devices”也显示没有设备
标签: android eclipse environment-variables adb