adb server is out of date. killing... cannot bind #39;tcp:5037#39; ADB server didn#39;t ACK * failed to start daemon * in ubuntu 14.04 LTS(adb 服务器已过期.杀死...无法绑定tcp:5037 ADB 服务器没有确认 * 无法在 ubuntu 14.04 LTS 中启动守护进程 *)
问题描述
我无法在我的笔记本电脑上运行 Android 应用程序.Eclipse 经常报同样的错误,就是ADB server didn't ack"
I could not run the android application never on my laptop. Eclipse gives same error constantly, that is "ADB server didn't ack"
当我设法启动 adb 服务器并重新打开 eclipse 时,只要我运行 android 应用程序,控制台就会出现同样的错误;ADB 服务器未确认.
When I manage to start adb server and re-open eclipse, as soon as I run the android application, same error comes to console; ADB server didn't ack.
除了重启 adb 能不能给个思路
Could you give an idea except restarting adb
推荐答案
你需要把你SDK的adb的路径设置成Genymotion.默认情况下,Genymotion 使用自己的 ADB 工具(出于多种原因).如果两个二进制文件不兼容(如果您的 Android SDK 平台工具或 Genymotion 有一段时间没有更新),则会出现此问题.
You need to set the path of your SDK's adb into Genymotion. By default, Genymotion uses its own ADB tool (for many reasons). If the both binaries are not compatible (if your Android SDK platform tools or Genymotion has not been updated for a while) this problem happens.
要解决它,您可以从 Android SDK 定义一个特定的.要指定自定义 ADB 工具:
To solve it you can define a specific one from the Android SDK. To specify a custom ADB tool:
- 打开 Genymotion > 设置 > ADB.
- 选中使用自定义 Android SDK 工具.
- 通过单击浏览"指定 Android SDK 的路径.
- 点击确定.
这篇关于adb 服务器已过期.杀死...无法绑定'tcp:5037' ADB 服务器没有确认 * 无法在 ubuntu 14.04 LTS 中启动守护进程 *的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:adb 服务器已过期.杀死...无法绑定'tcp:5037'
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
