The connection to adb is down, and a severe error has occured.
HelloWorld] You must restart adb and Eclipse.
HelloWorld] Please ensure that adb is correctly located at 'E:软件开发adt-bundle-windows-x86-20131030sdkplatform-toolsadb.exe' and can be executed.
一直报错、
试了好多方法没用、
1 开始运行cmd
2 adb kill-server 杀死adb进程
3 adb start-server 开启adb进程
4 查看adb端口
C:Documents and SettingsAdministrator>adb nodaemon server
cannot bind 'tcp:5037'
5 查找adb的端口被谁占有
netstat -ano | findstr "5037"
6 杀死该进程
tasklist|find "5037"
7 重启adb
adb start-server
8 以上动作多做几遍如果还不行
重启一下Eclipse看看;
Please ensure that adb is correctly located at 'E:软件开发adt-bundle-windows-x86-20131030sdkplatform-toolsadb.exe' and can be executed.
这句话的意思是让你看看你的adb.exe是否是在这个目录下,你就看看。
还有给你的建议是,adt这个路径你最好不要放在有中文的路径下,最好放在全是英文的路径下。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。