Android 出现Please ensure that adb is correctly located at问题的解决方法

问题描述:运行android程序控制台输出:

      [2013-07-23 17:28:06 - ] The connection to adb is down, and a severe error has occured.
       [2013-07-23 17:28:06 - ] You must restart adb and Eclipse.
       [2013-07-23 17:28:06 - ] Please ensure that adb is correctly located at 'D:\Program Files\Android\android-sdk\platform-tools\adb.exe' and can be executed.


 解决方法:


查找资料得知,5037为adb默认端口,所以查看该端口情况如下:

       netstat -aon|findstr "5037"       TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING  

     11248发现7852占用了 5037端口,继续查看7852的进程,发现是tadb  .如下所示

        tasklist|findstr "7285"        tadb.exe                     11248 Console                    1      5,236 K

接下来问题就好解决了,在任务管理器杀掉tadb.exe ,重启adb,ok,问题解决 。




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值