安卓adb.exe无法启动

来源:互联网 发布:毕业生烧炭自杀知乎 编辑:程序博客网 时间:2024/05/16 23:33

遇到问题描述:

运行android程序控制台输出

[2016-03-20 16:18:26 - ] The connection to adb is down, and asevere error has occured.
[2016-03-20 16:18:26 - ] You must restart adb and Eclipse.
[2016-03-20 16:18:26 - ] Please ensure that adb is correctlylocated at 'D:\mysoft\android\sdk\platform-tools\adb.exe' and can beexecuted.

问题解决方法:

1、将adb.exe路径添加到path里面,然后重启eclipse,不行的话,进行下一步;

2、控制台输入adb kill-server 回车(将adb.exe关闭), 然后输入  adb start-server(将adb.exe打开)。重启eclipse,不行的话,进行下一步;

3、重新配置Android吧。。。。。(进行到第二部应该就可以解决)。



控制台快捷打开方式,开始键+r,输入cmd。

0 0
原创粉丝点击