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 至少我的方法是这样子的
注意一个顺序问题
分享到:
相关推荐
运行写好的应用程序时,出现“Please ensure that adb is correctly located at 'E:/src/android23sdk/Android-sdk_r08-windows/android-sdk-windows/platform-tools' and can be executed.”提示。
标题中的“Please ensure that adb is correctly located”是一个常见的错误提示,通常在Android开发者调试过程中遇到。这个提示意味着Android Debug Bridge(ADB)可能没有被正确配置或者不在系统PATH环境变量中,...
在Java开发Android应用程序的过程中,有时会遇到错误提示“Please ensure that adb is correctly located at”,这通常意味着Android Debug Bridge(ADB)无法正常工作。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....
[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...
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\
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.
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-...
[2010-03-11 09:36:56-HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5\platform-tools\adb.exe' and can be executed. ``` #### 二、问题原因分析 1. **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.
开始研究android开发,搭建开发环境的时候就出了问题……果然是好事多磨~ 安装了jdk,配置环境变量,安装了完整版的adt、创建了helloworld程序,启动的时候就报错 “Please ensure that adb is correctly located at...
经常遇到 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 ...