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'


- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01