我知道这个问题被多次询问,还有一些替代答案。所以请不要关闭其他链接,因为我在下面添加了这个链接。
[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.
一些问题答案
/Platform-Tool
to /Tool
- 我不知道,但我也试过这个。最后我正在寻找一些可以解决这个问题的解决方案,因为我每天至少要面对这个问题四次,所以我现在很烦恼,一次又一次重启。我在一天中浪费了1个小时的时间来解决这个问题。
任何人都有解决我问题的永久解决方案。
我不知道为什么这个错误会在控制台中显示我。
系统要求:
环境路径:
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
谢谢。
答案 0 :(得分:13)
我面对这个问题很多时候我这样解决这个问题并且它正在运作
然后在命令行中转到您的平台工具目录,如
C:\AndroidSetup\sdk\platform-tools>
然后逐步编写以下命令
C:\AndroidSetup\sdk\platform-tools>adb kill-server
C:\AndroidSetup\sdk\platform-tools>adb start-server
成功发送消息后,您的adb正在运行。
现在你可以开始你的eclispe了。
答案 1 :(得分:2)
以下步骤适合我。
如果启动ADB服务器时没有抛出错误消息,则adb成功启动。
现在您可以再次启动Eclipse。重启手机。
答案 2 :(得分:1)
我遇到了这个问题并得到了解决方案。 关闭adt后按照以下步骤操作 -
1.重新安装java 我建议安装jxpiinstall
<强> 2。执行该文件adb.exe
第3。再次设置环境路径
<强> 4。在这里,您可以拥有自己的工作广告
我希望这会对你有所帮助。
答案 3 :(得分:1)
在类路径中添加SDK工具和平台工具的路径 环境变量。然后重启Eclipse。
答案 4 :(得分:1)
从任务管理器中杀死adb.exe
并重启Eclipse。它对我有用。
答案 5 :(得分:1)
除了以上所有建议的答案,还试试这个,它对我有用
将hprof-conv.exe从C:\ adt \ sdk \ tools复制到C:\ adt \ sdk \ platform-tools 和 将adb.exe从C:\ adt \ sdk \ tools复制到C:\ adt \ sdk \ platform-tools
答案 6 :(得分:0)