Android在启动adb时失败解决方案?

今天在开发Android时启动adb时遇见了这个问题。因为我更新了最新的adt出现ADB server didn't ACK, failed to start daemon 然后你想启动一个程序这个时候又会出现 Please ensure that adb is correctly located at 'E:\android-sdk-windows\platform-tools\adb.exe' and can be executed. "

今天在开发Android时启动adb时遇见了这个问题。因为我更新了最新的adt出现ADB server didn't ACK, failed to start daemon 然后你想启动一个程序这个时候又会出现 Please ensure that adb is correctly located at 'E:\android-sdk-windows\platform-tools\adb.exe' and can be executed. "

第一步:查看任务管理器,是否关闭了所有adb.exe程序。如果没有关闭,则将全部关闭。接着将android-sdk-windows\platform-tools和android-sdk-windows\tools都加到环境变量中去,测试一下能否启动。如果不能,则运行一下命令行:

adb kill-server 
adb start-server

这个时候可能出现

E:\android-sdk-windows\platform-tools>adb kill-server

E:\android-sdk-windows\platform-tools>adb start-server

* daemon not running. starting it now on port 5037 *

ADB server didn't ACK

* failed to start daemon *

如果还是不行这个时候唯一的选择是在eclipse中的android管理器中也就是avd Manager中选择第一个选项虚拟设备virtural device从里面找到一个模拟机启动,当启动起来之后关掉你的eclipse,然后再重新启动就好了。祝你成功!!!

谁不会休息,谁就不会工作。 —— 列宁
0 不喜欢
说说我的看法 -
全部评论(
没有评论
关于
本网站专注于 Java、数据库(MySQL、Oracle)、Linux、软件架构及大数据等多领域技术知识分享。涵盖丰富的原创与精选技术文章,助力技术传播与交流。无论是技术新手渴望入门,还是资深开发者寻求进阶,这里都能为您提供深度见解与实用经验,让复杂编码变得轻松易懂,携手共赴技术提升新高度。如有侵权,请来信告知:hxstrive@outlook.com
公众号