今天打开eclipse 进行调试的时候突然出现了报错,报错信息如下:

The connection to adb is down, and a severe error has occured.
[2013-06-15 09:36:56 - HelloOPone] You must restart adb and Eclipse.
[2013-06-15 09:36:56 - HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5
\platform-tools\adb.exe' and can be executed.


在网上看到了 一位前辈的经验 http://logger.iteye.com/blog/911977

注意到应该是adb服务没有启动起来,然后使用其介绍的方法,即打开任务管理器寻找adb.exe进程,居然没有发现。

在命令行里 执行adb kill-server 和 adb start-server也没有用。

最后我在任务管理器里面 找到了一个tadb.exe的进程,然后将其杀死。然后重新启动了一下adb.exe

重启eclipse后居然可以了。

给自己保存一下经验,也为其他遇到同样问题的爷们提个醒。





更多相关文章

  1. android用于打开各种文件的intent
  2. Android启动过程的Zygote进程
  3. android 打开扬声器
  4. Android(安卓)Fragment页打开相册
  5. 常用Android系统调用
  6. Android(安卓)读取正在运行非系统的程序
  7. android开启/关闭热点封装类
  8. Android(安卓)Studio之——问题集合及解决方法(对号入座)
  9. Android(安卓)将自己的应用程序改成系统的应用程序

随机推荐

  1. Android日期空间(DatePickerDialog)中的年
  2. android GOOGLE MAP应用
  3. Android存储挖坑记 (转)
  4. Android拍照,上传,预览综合【修改】
  5. Linux 下使用 NDK 编译 protobuf 2.6.1
  6. Android(安卓)ExpandableListView开发简
  7. Android(安卓)android.uid.shared MK编译
  8. Android(安卓)Maven 采用第三方jar包,程序
  9. BitmapFactory类
  10. Android应用程序四大组件