Android 运行错误:The connection to adb is down, and a sever error has occured.

来源:互联网 发布:淘宝嘉年华女装 编辑:程序博客网 时间:2024/05/16 14:18

Android编译运行时报错:

The connection to adb is down, and a sever error has occured.

You must restart adb and Eclipse.

Please ensure that adb is correctly located at 'D:\Program Files\adt-bundle-windows-x86_64\sdk\platform-tools\adb.exe' and can be executed.

D:\Program Files\adt-bundle-windows-x86_64\sdk\platform-tools\下的adb.exe替换为较新的版本,问题解决。

adbexe.rar下载

0 0