本文介绍了如何解决"亚行服务器没有ACK"错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在同一时间在5 AVD的安装我的项目,但我经常得到这个错误,我在Windows 8.1执行它
I am trying to install my project on 5 AVD's at the same time, but I constantly get this error, I am executing it on Windows 8.1
"* daemon not running. starting it now on port 5037 *
ADB server didn't ACK
* failed to start daemon *
error: cannot connect to daemon"
我曾尝试阅读有关该错误计算器上的所有可能的帖子,和他们都只是提到他试图杀死了亚行的过程,然后重新启动日食,然后一切都会好起来的。我试图提到的职位,同时,我也关掉我的安全和防火墙的方法,所以不存在阻塞的端口5037.有人请帮助我,我要执行我的项目,我不能够。这样做:(供您参考,我可以提供以下命令的输出的netstat -ano | FINDSTR5037
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 7144
TCP 127.0.0.1:5037 127.0.0.1:57410 ESTABLISHED 7144
TCP 127.0.0.1:5037 127.0.0.1:57411 ESTABLISHED 7144
TCP 127.0.0.1:5037 127.0.0.1:57414 ESTABLISHED 7144
TCP 127.0.0.1:5037 127.0.0.1:57415 ESTABLISHED 7144
...
有人请提出一个解决这一问题,可能是什么这个原因。你也可以看看下面的图片来推断可能发生的事。
Somebody please suggest a workaround this problem, what might be the cause of this. Also you can take a look at the following image to infer what might be happening.
推荐答案
请尝试以下操作:
- 关闭Eclipse。
- 重新启动手机。 在任务管理器(Windows)
- 在结束adb.exe进程。在Mac上,强制关闭活动监视器。
- 问题杀和\平台工具启动命令\
- C:\ SDK \平台工具>
ADB杀死服务器
- C:\ SDK \平台工具>
亚行启动服务器
- Close Eclipse.
- Restart your phone.
- End adb.exe process in Task Manager (Windows). In Mac, force close in Activity Monitor.
- Issue kill and start command in \platform-tools\
- C:\sdk\platform-tools>
adb kill-server
- C:\sdk\platform-tools>
adb start-server
这篇关于如何解决"亚行服务器没有ACK"错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
- C:\sdk\platform-tools>
- C:\ SDK \平台工具>