java\sdk\platform-tools\adb.exe' and can be executed.

遇到问题描述:

运行android程序控制台输出

The connection to adb is down, and a severe error has occured.
 You must restart adb and Eclipse.
Please ensure that adb is correctly located at ‘D:\java\sdk\platform-tools\adb.exe‘ and can be executed.

解决问题:

百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。

5037为adb默认端口 查看该端口情况如下:

netstat -aon|findstr "5037"

TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       6540

发现6540占用了 5037端口,继续查看6540的task,发现是xxx  .如下所示

tasklist|findstr "6540"

wandoujia_daemon.exe          6540 Console                    1      4,276 K

接下来问题就好解决了,在任务管理器kill掉xx.exe ,运行android程序,ok .

之后重启一下eclipse就可以了。

java\sdk\platform-tools\adb.exe' and can be executed.

时间: 2024-10-19 05:36:56

java\sdk\platform-tools\adb.exe' and can be executed.的相关文章

解决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 to adb is down, and a severe error has occured.    [2012-07-18 16:18:26 - ] You must restart adb and Eclipse.    [2012-07-18 16:18:26 - ] Please ensure that adb is correctly located at

升级 ADT 时Could not find D:\Android\a...sdk-windows\tools\adb.exe

升级ADT之后,项目运行遇到Could not find D:\Android\a...sdk-windows\tools\adb.exe 百度之后试了很多方法:(以后遇到来看看,或许哪种方法可以解决) 1.将D:\android-sdk-windows\platform-tools目录下的adb.exe,AdbWinApi.dll,AdbWinUsbApi.dll 这三个文件拷到D:\android-sdk-windows\tools目录下 重启Eclipse  错误还在 2.改变环境变量  

Ubuntu遇到Please ensure that adb is correctly located at '...adb.exe' and can be executed 问题解决方法

上次我们在SDK更新的到最新的Android L版本之后,我发现我的ADT和android指定的版本不对应,我的ADT是22版本的,android L需要23版本以上的,版本不对应的话就无法加载这个SDK进去,通过上网查一下说是修改Android SDK目录下tolols目录下libs目录中plugin.prop这个文件,该文件打开一看就很容易知道要修改的是plugin.version=23.0.0这个,把它改成22就可以了,我改之后加载还真的是可以了,但是一个麻烦的问题又混淆我了,在运行项目的

解决adb.exe' and can be executed.

百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口.于是按此思路查找. 5037为adb默认端口 查看该端口情况如下: netstat -aon|findstr "5037" 发现6540占用了 5037端口,继续查看21096的task, tasklist|findstr "21096" 接下来问题就好解决了,在任务管理器kill掉kadb.exe ,运行androi

经常遇到Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be e

遇到问题描述: 运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured.    [2012-07-18 16:18:26 - ] You must restart adb and Eclipse.    [2012-07-18 16:18:26 - ] 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 to adb is down, and a severe error has occured.[2012-07-18 16:18:26 - ] You

Android adb.exe程序启动不起来,如何处理

Android adb.exe程序启动不起来,如何处理 (2014-02-26 15:58:14) 转载▼ 标签: android adb的启动 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 -

[Android] adb.exe换了位置

好久没有做android开发了,今天重新下载了新的sdk,发现adb.exe从sdk/tools里面消失了,添加了系统环境变量的路径就还是没法调动adb.exe命令,网上搜了一下原理是存在了新版的sdk的\sdk\platform-tools路径下面.有的初学者可能百度了半天还是找不到adb或者adb的命令没法使用,这里提醒一下各位.尤其是出现了adb 命令不是内部或外部命令的时候,就要注意一下tools里面有没有adb.exe这个玩意儿了. [Android] adb.exe换了位置,布布扣,

[android]android开发中的运行错误之:adb.exe

调试的时候出现一下错误: The connection to adb is down, and a servera error has occured.You must restart adb and Eclipse. Please ensure that adb is correctly located at 'D:......\platform-tools\adb.exe' and can be executed. 对于这个问题,网上查了一下,有几种方法:1.确定platform-tools