I've been getting this error way too often recently, so I've decided to point out some of the causes.

1) using my older desktop pc I cannot use adb to connect to the Android device, but I can see the files on the micro SDCard. Seems to be related to hardware, and not much I could do to fix it. On the other hand, I can use my notebook to connect with adb wihtout any issues.

2) under ubuntu, using latest SDK from google, I remember everything worked smooth: adb shell, adb push, and the others. Suddently, I got this error:
* daemon not running. starting it now *
* daemon started successfully *
error: device not found

Same for adb devices, adb-getstate and so on.

The problem is that we need to run everything with root privileges.
So the correct way to do it is:

sudo ./adb kill-server
sudo ./adb shell

Hope this saves you some precious time.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 使用NDK实现Android中C与Java交叉编程
  2. Android中自定义MultipartEntity实现文件
  3. android 条码识别软件开发全解析(续2详解
  4. Android全面屏适配
  5. Android(安卓)小项目之--数据存储【Files
  6. Android(安卓)html5和Android之间的交互
  7. Android人與iPhone人大不同
  8. android下歌曲名称乱码的解决办法
  9. 详细讲解如何安装原生安卓电子市场(androi
  10. android ”三分屏”视频播放器