标签:
问题描述: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。
标签:
原文地址:http://my.oschina.net/zhengweishan/blog/372162