这我这里原因是因为安装了豌豆荚的问题
在cmd窗口输入adb shell后,出现如下错误:
adb server is out of date. killing...
ADB server didn't ACK
* failed to start daemon *
error: unknown host service
打开“任务管理器”,找到'wandoujia_daemon.exe',结束进程!
wandoujia_daemon.exe就是豌豆荚的相关进程(实际可根据电脑里面安装的情况去判断)
记得完成之后重启电脑,我的是在重启电脑之后才正常的!(可以不重启电脑,但是模拟器要重启一下)
其他错误:
ADB server didn't ACK * failed to start daemon * error: unknown host service
关于adb shell后连接不上手机出现
ADB server didn't ACK
* failed to start daemon
* error: unknown host service
这个错误,网上很多说法是说因为电脑安装了豌豆荚,只需打开“任务管理器”,找到'wandoujia_helper.exe',有的可能有几个相关的进程,只要带有wandoujia标志的进程给结束掉,还有就是因为启动了Eclipse原因,可以先把Eclipse关闭了。
但是我的电脑没有安装豌豆荚,后来知道是因为安装了QQ音乐,其内部有个tadb.exe,个人猜测是用来通过QQ音乐将歌曲同步到手机中的。所以只要到任务管理器中找到tadb.exe并结束掉就可以正常连接了。
相关推荐
但是,有时在使用 adb 时可能会遇到一些问题,例如“adb server is out of date”的问题。在本文中,我们将详细介绍这个问题的解决方案。 首先,让我们来了解一下“adb server is out of date”的问题是什么。这个...
然而,在使用ADB时,有时会出现一些常见问题,如“adb devices attached”列表为空或者收到“adb server is out of date”错误提示。本篇文章将详细介绍如何解决这些问题,特别是针对Windows用户。 首先,我们来...
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.killing”的错误提示,这通常是由于ADB服务器与设备之间的通信问题导致的。以下将详细解释这个问题及其解决方法。 首先,出现这个错误是因为ADB...
1、adb server is out of date. killing… 解决方法:各种重启(电脑、eclipse) 2、查看端口是否被占用 :输入命令adb nodaemon server 3、查找占用端口的进程:netstat -ano | findstr “5037” 或者 netstat -a...
另外,"adb server is out of date"错误可能表明adb客户端和服务器之间的版本不匹配。这时可以使用`adb kill-server`停止服务器,然后重新启动(`adb start-server`)来解决问题。 对于adb的使用,有几个重要的命令...
- 如果是因为豌豆荚导致adb server is out of date错误,应该关闭豌豆荚,然后重启电脑中的SDK服务。 - 确保平台工具(platform-tools)路径设置正确,即使SDK更新了,路径也需要正确更新。 - 如果一切方法都无效...
1. 当运行adb shell命令时,如果出现"adb server is out of date. killing..."的错误,这是因为ADB服务器没有正常启动。解决方法是检查是否有其他进程占用了ADB的端口,例如豌豆荚的进程。通过任务管理器找到并结束...
Android, the next-generation open mobile platform from Google and the Open Handset Alliance, is poised to become a significant ...Publication Date: 2016-06-06 ISBN-10: 0981678009 ISBN-13: 9780981678009
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 ...