`

adb server is out of date

阅读更多

在dos窗口中输入 adb shell,老报错如下:

adb server is out of date. killing...

ADB server didn't ACK

*failed to start daemon *

error:unknown host service

 

我的解决方法是:

如果安装豌豆荚等这些连接android设备的软件的话,卸载啦就木问题啦

 

期间我重装了三次SDK,结果还都一样,把豌豆荚卸载后就木有问题啦,可以IDE继续开发android了

 

 

分享到:
评论

相关推荐

    adb server is out of date的解决方案

    但是,有时在使用 adb 时可能会遇到一些问题,例如“adb server is out of date”的问题。在本文中,我们将详细介绍这个问题的解决方案。 首先,让我们来了解一下“adb server is out of date”的问题是什么。这个...

    adb加强版windows

    然而,在使用ADB时,有时会出现一些常见问题,如“adb devices attached”列表为空或者收到“adb server is out of date”错误提示。本篇文章将详细介绍如何解决这些问题,特别是针对Windows用户。 首先,我们来...

    android开发

    然而,有时在尝试使用ADB时,可能会遇到“adb server is out of date.killing”的错误提示,这通常是由于ADB服务器与设备之间的通信问题导致的。以下将详细解释这个问题及其解决方法。 首先,出现这个错误是因为ADB...

    andriod adb问题

    adb server is out of date. killing ADB server didn't ACK *failed to start daemon* ``` 这表明ADB服务启动失败,并且进一步检查发现端口绑定出现问题。 #### 三、问题原因分析 1. **端口冲突**:通常情况下,...

    adb工具分享

    另外,"adb server is out of date"错误可能表明adb客户端和服务器之间的版本不匹配。这时可以使用`adb kill-server`停止服务器,然后重新启动(`adb start-server`)来解决问题。 对于adb的使用,有几个重要的命令...

    导致adb无法启动的5种情况和解决方法

    1、adb server is out of date. killing… 解决方法:各种重启(电脑、eclipse) 2、查看端口是否被占用 :输入命令adb nodaemon server 3、查找占用端口的进程:netstat -ano | findstr “5037” 或者 netstat -a...

    怎么用鼠标键盘来控制Android手机.docx

    1. 当运行adb shell命令时,如果出现"adb server is out of date. killing..."的错误,这是因为ADB服务器没有正常启动。解决方法是检查是否有其他进程占用了ADB的端口,例如豌豆荚的进程。通过任务管理器找到并结束...

    深入android中The connection to adb is down的问题以及解决方法

    - 如果是因为豌豆荚导致adb server is out of date错误,应该关闭豌豆荚,然后重启电脑中的SDK服务。 - 确保平台工具(platform-tools)路径设置正确,即使SDK更新了,路径也需要正确更新。 - 如果一切方法都无效...

    apktool documentation

    Every Apktool release contains internally the most up to date AOSP framework at the time of the release. This allows you to decode and build most apks without a problem. However, manufacturers add ...

    CommonsWare.The.Busy.Coders.Guide.to.Android.Development.Version.8.2.2017

    However, the frameworks, GUI widgets, and development model is different than any other mobile platform out there. That’s where this book comes in Spanning 466 pages, The Busy Coder’s Guide to ...

Global site tag (gtag.js) - Google Analytics