[android-developers] adb devices returns an empty list

2011-04-03 Thread argongold
Hi, I've a mini MID device and I am trying to use it for development/ debugging purpose. But after all the setting steps( see below) . I am still not able to get device listed when I issue 'adb devices' command. Things I have done as follows: 1. enable USB debugging on the device under Settings->

Re: [android-developers] adb devices returns an empty list

2011-04-04 Thread Chinmay S
Hi Argonold, Use the command *adb usb* on your host pc to reconfigure adb to connect to the device over usb. adb kill-server *adb usb* adb devices regards CVS -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em