问题描述
我知道这个问题被多次询问,还有一些其他的答案也可以。请不要关闭一些其他链接,因为我已经添加了这个链接。
[2014-01-23 16:19:44 - adb] ADB服务器没有ACK
[2014-01-23 16:19:44 - adb] *无法启动守护进程*
....
....
[2014-01-23 14:48:10 - 我的应用]与adb的连接已关闭,严重发生错误
[2014-01-23 14:48:10 - 我的应用]您必须重新启动adb和Eclipse。
[2014-01-23 14:48:10 - 我的应用]请确保adb正确位于'E:\Chintan Khetiya\Android KIT\adt-bundle-windows-x86_64-20130522\\ \\ adt-bundle-windows-x86_64-20130522\sdk\platform-tools\adb.exe',可以执行。
一些格子答案
- - 这对我有所帮助时间,但我必须至少做两到三次这个过程。所以至少我必须重新启动我的日食两次或三次,最短的时间。
- - 我不知道,但我也尝试过这个。
$ b $最后,我正在寻找一些可以解决这个问题的解决方案,因为我一天中至少要面对这个问题,所以我现在很烦躁一次又一次的重启。我有一天在这个问题上浪费了1个小时。
任何人都有一些永久的解决方案,我的问题。 strong>
我不知道为什么这个错误在控制台中显示给我。
系统要求:
- Windows - 7
- 处理器 - Core 2 Duo
- RAM - 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\平台的工具;
E:\Chintan Khetiya\Android KIT\adt-bundle-windows-x86_64-20130522\adt-bundle-windows-x86_64-20130522\sdk\tools
谢谢。
面对这个问题很多时候,我以这样的方式解决它正在工作
- 首先关闭你的eclipse。
- 然后从任务管理器结束adb.exe的进程。
-
然后在命令行中转到您的平台工具目录,如
C:\AndroidSetup\sdk\platform-tools>
-
然后按顺序编写以下命令
C:\AndroidSetup\sdk\platform-tools> adb kill-server
C:\AndroidSetup\sdk\platform-tools> adb start-server
-
成功发送消息后,您的adb正在运行。
-
现在,您可以启动eclispe您的
- 希望您的adb现在可以运行。
I know this question is asked multiple time and there are some alternative answer also.So please don't close with some other link because i have added that link below.
[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.
Some of the grate Answer
- Kill from Task Manager - In this case i am not able to delete my process. When i just delete it will automatically create new.(showing me more the one adb in task manger)
- Kill from ADB - This works me some times but I have to do this process at least two or three times. So at least i have to restart my eclipse two or three times minimum and its very time consuming.
- Copy
/Platform-Tool
to/Tool
- I don't know but i have tried this one also.
Finally I am looking for some solution in which i can solve this issue because i am facing this issue at least four times in a day so i am irritate now to restart again and again. I am wasting my 1 hours for this issue in a day.
Anyone have some permanent solution for my issue.?
I don't know why this error showing me in console.
System Requirements:
- Operating System - Windows - 7
- Processor - Core 2 Duo
- RAM - 4 GB
- Android SDK - Up to - 4.4.2 - 19 API level (All most latest)
Environment Path:
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
Thank you.
I Face this problem many time i solve in my way like this and it is working
- First of all Close your eclipse .
- Then End Process of adb.exe from Task Manager.
Then in command line go to your directory of platform-tools like
C:\AndroidSetup\sdk\platform-tools>
Then write following command step by step
C:\AndroidSetup\sdk\platform-tools>adb kill-server
C:\AndroidSetup\sdk\platform-tools>adb start-server
After successfully message come your adb is running now .
Now you can start your eclispe your.
- Hope your adb is runnig now.
这篇关于与adb的连接已关闭,并发生严重错误。您必须重新启动adb和Eclipse。请确保adb正确定位的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!