Please ensure that adb is correctly located at ...adb.exe and can be executed.Android Launch!The co
Please ensure that adb is correctly located at '...adb.exe' and can be executed.
Android Launch!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 'E:\android-sdk-windows\platform-tools\adb.exe' and can be executed.
可能是你的电脑里面还开了其他的软件占用了adb的应用程序,例如豆瓣之类的,建议在任务管理器里面关闭adb应用程序,然后再启动应该就好了;或者先关闭(删除)豆瓣之类的软件后,然后要在DOS中转至你所在的adb.exe文件夹下,输入命令符:adb kill-server;回车之后, 在输入adb start-server;之后问题就解决了。事先要配置adb的环境变量
在环境变量中的系统变量(s)选项卡里面点击新建,如下图



