`
wang_peng1
  • 浏览: 3893096 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Please ensure that adb is correctly located

阅读更多

今天遇见了这个问题 因为我更新了最新的adt 出现ADB server didn't ACK, failed to start daemon 然后你想启动一个程序 这个时候又会出现 Please ensure that adb is correctly located at 'D:\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

 

这个时候可能出现


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

D:\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,我的办法是

在eclipse中的android管理器中也就是 avd Manager中  选择 第一个选项 虚拟设备virtural device从里面找到一个模拟机启动 当启动起来之后   关掉你的eclipse 在重新启动 就好了

 

这里说命的一点是 一定要注意 虚拟设备一定要先开 然后在重启eclipse 至少我的方法是这样子的

注意一个顺序问题

 

分享到:
评论
8 楼 xiangxm 2013-07-08  
灰常感谢啊,我经常会出现这个问题,现在终于一下子解决了,
7 楼 wxcking 2013-01-24  
是手机的事, 自己的手机和电脑连接会出现这个问题
6 楼 libailin 2013-01-20  
5 楼 djy252 2012-12-13  
有可能有 像豌豆荚,91手机助手之类的软件正在运行
4 楼 SummitlyLee 2012-10-29  
有可能有 像豌豆荚,91手机助手之类的软件正在运行.
3 楼 so0214so 2012-09-21  
果然很有用!
2 楼 Frederick 2012-08-13  
一般而言,adb不会无法启动的。如果真的无法启动,恐怕和你电脑上安装了其他手机管理软件,比如豌豆荚之类的有关。因为豌豆荚也会启动一个adb。
1 楼 czbnlzd920706 2012-07-24  
多谢了,很有用!!!

相关推荐

    运行android时,出现“Please ensure that adb is correctly located

    运行写好的应用程序时,出现“Please ensure that adb is correctly located at 'E:/src/android23sdk/Android-sdk_r08-windows/android-sdk-windows/platform-tools' and can be executed.”提示。

    【JAVA】Please ensure that adb is correctly located at 解决详细方案

    【JAVA】Please ensure that adb is correctly located at 解决详细方案

    Please ensure that adb is correctly located..... 问题

    NULL 博文链接:https://huangqinqin.iteye.com/blog/1848006

    hprof-conv.exe

    [2016-07-10 17:09:11 - QtActivity] Please ensure that adb is correctly located at 'D:\Android\sdk\platform-tools\adb.exe' and can be executed. 使用如下方法: 1.关掉豌豆夹之类的软件. 2.运行命令行adb...

    adb 端口被占用详细解决方法

    如果出现以下问题则有可能是被占用了端口号 The connection to adb is ...Please ensure that adb is correctly located at 'D:\Program Files\Android\android-sdk\platform-tools\adb.exe' and can be executed.

    adbKill_zip

    eclipse 打开android错误 - kingsollyu的专栏 - 博客频道 - CSDN.NET ...Please ensure that adb is correctly located at 'D:\android\android-sdk-windows\platform-tools\adb.exe' and can be executed.

    Android adb 出错解决方法

    1.遇到问题描述:   运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is... [2012-07-18 16:18:26 - ] Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\

    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....

    android eclipse 运行项目报错解决

    and a severe error has occured.[2014-01-14 21:42:11 - myBluetooth] You must restart adb and Eclipse.[2014-01-14 21:42:11 - myBluetooth] Please ensure that adb is correctly located at 'D:\Android\adt-...

    android开发环境遇到adt无法启动的问题分析及解决方法

    开始研究android开发,搭建开发环境的时候就出了问题……果然是好事多磨~ 安装了jdk,配置环境变量,安装了完整版的adt、创建了helloworld程序,启动的时候就报错 “Please ensure that adb is correctly located at...

    Android adb.exe程序启动不起来 具体解决方法

    经常遇到 Please ensure that adb is correctly located at ‘D:\java\sdk\platform-tools\adb.exe’ and can be executed. 遇到问题描述: 运行android程序控制台输出  [2012-07-18 16:18:26 – ] The connection ...

Global site tag (gtag.js) - Google Analytics