adb 服务器已过期.杀死...无法绑定'tcp:5037'

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 中启动守护进程 *)
本文介绍了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:

  1. 打开 Genymotion > 设置 > ADB.
  2. 选中使用自定义 Android SDK 工具.
  3. 通过单击浏览"指定 Android SDK 的路径.
  4. 点击确定.

这篇关于adb 服务器已过期.杀死...无法绑定'tcp:5037' ADB 服务器没有确认 * 无法在 ubuntu 14.04 LTS 中启动守护进程 *的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Android This feature requires ASM7(Android此功能需要ASM7)
How to make Eclipse compile patched modules on JDK 9+ by passing the --patch-module javac option to my project compiler? (see pic)(如何通过向我的项目编译器传递--patch-MODULE javac选项,让Eclipse在JDK 9+上编译打了补丁的模块?(见图))
Cannot resolve symbol Theme.MaterialComponents.Light.NoActionBar (Android Studio)(无法解析符号Theme.MaterialComponents.Light.NoActionBar(Android Studio))
Drawing emojis on Android canvas using unicode values(使用Unicode值在Android画布上绘制表情符号)
I#39;m unable to get the right timezone offset with daylight(我无法获得正确的时区与日光的偏移)
SimpleDateFormat getHours() return incorrect value(SimpleDateFormat getHors()返回不正确的值)