首页 > 代码库 > 安卓问题汇总

安卓问题汇总

问题描述:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.

解决方法:

cmd进入adb的根目录,键入adb kill-server,然后键入adb -startserver,再重启Eclipse。

Eclipse中选择菜单help->Check for update,选择更新ADT。 按上面操作完成后,重启Eclipse

在任务管理器中杀死adb.exe进程,然后重启Eclipse

安卓问题汇总