[2014-06-05 20:08:42 - SortListView] ------------------------------
[2014-06-05 20:08:42 - SortListView] Android Launch!
[2014-06-05 20:08:42 - SortListView] The connection to adb is down, and a severe error has occured.
[2014-06-05 20:08:42 - SortListView] You must restart adb and Eclipse.
[2014-06-05 20:08:42 - SortListView] Please ensure that adb is correctly located at 'F:\sdk\sdk\platform-tools\adb.exe' and can be executed.




解决方法:
1、检查系统进程是否有“adb.exe”,有的话,就关掉,然后重启Eclipse
2、第一种方法不行的话,可以运行“cmd”进到sdk文件夹的platform-tools文件夹,输入
adb kill-server
adb start-server

最后重启Eclipse,这应该就可以了

更多相关文章

  1. Android系统Choreographer机制实现过程
  2. 保存Activity状态
  3. android 开启关闭wifi服务
  4. Android(安卓)调用系统相机并加时间水印
  5. Android:BroadcastReceiver 随记
  6. Android系统关机或重启的几种实现方式
  7. Android(安卓)Action静态广播收不到(系统版本8.0)
  8. Android(安卓)make sdk 错误解决方案
  9. ContentProvider-获取系统数据

随机推荐

  1. 类和 Json对象
  2. NPM 和webpack 的基础使用
  3. Python技巧匿名函数、回调函数和高阶函数
  4. Python list sort方法的具体使用
  5. 【阿里云镜像】使用阿里巴巴DNS镜像源—
  6. python list.sort()根据多个关键字排序的
  7. 背部如何画好?动漫人物背部画法步骤
  8. 【阿里云镜像】切换阿里巴巴开源镜像站镜
  9. MySQL查询中LIMIT的大offset导致性能低下
  10. android之调用webservice 实现图片上传