I just wanted to second what Mark Murphy wrote below as the correct
solution.

   1) Install/Reinstall the USB drivers using the Android SDK Update
tool  (<installDir>/SDK Setup.exe)
   2) Plug in your device

   3a) adb kill-server
   3b)adb start-server

   3-alt) You can just kill the adb process (it will auto-start this
process when you run 'adb devices' ie in the next step

   4) adb devices

Ori told me about this (thanks)

Hopefully this reiteration of Mark's note prevents someone  else
wasting 2+ hours as I just did.

Ironically, if my other computer hadn't broken (which had it properly
installed) I wouldn't have wasted part of a gorgeous afternoon.  Such
is life...


On Mar 31, 2:45 am, oriharel <ori.ha...@gmail.com> wrote:
> Hi,
> I"m running Win XP 32 bit, SP3.
> I haveNexusonedevice. and I develop on Eclipse.
> I'm trying to install my app to test it on a real device - my ownNexusone.
>
> after downloading and installing the USB driver - the devices charges
> just fine. after I mount the USB storage (from the device) I can even
> see the phone's file system from the computer (thus able to move files
> in and out of the SD card).
>
> however - "adb devices" command returns an empty list.
> also, Eclipse "Device Chooser" doesn't show the device (it shows
> emulators I previously configured).
>
> anyone has an answer?
>
> thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to