adb 服务器已过期.杀死...无法绑定'tcp:5037' ADB 服务器没有确认 * 无法在 ubu

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 中启动守护进程 *的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

相关文档推荐

FTP zip upload is corrupted sometimes(FTP zip 上传有时会损坏)
Android FTP Library(Android FTP 库)
Format Float to n decimal places(将浮点数格式化为 n 位小数)
Safe usage of glMapBufferRange() on Android/Java(在 Android/Java 上安全使用 glMapBufferRange())
Draw a simple dotted line or dashed line in OpenGL GLES20 android using fragment shader and GL_LINE_STRIP(使用片段着色器和 GL_LINE_STRIP 在 OpenGL GLES20 android 中绘制简单的虚线或虚线)
Opengl ES 2.0 : Get texture size and other info(Opengl ES 2.0:获取纹理大小和其他信息)