> I've installed the USB Drivers for Windows XP 32 bit now. > Then I enabled debuging in eclipse (debugable = true). > I've connected the Smartphone with the PC (USB) and accepted "USB- > Debbuging". > > Windows recognizes the hardware and using it. > > But in Eclipse the device list is still empty. > If i try "adb devices" by DOS-Prompt in the "tools" folder of the SDK, > it display just "List of devices attached", but no devices down there. > > Any ideas why I cant see the device?
Reboot, or do adb kill-server, and try again. If you had an old adb daemon running, it might not recognize the device even after the driver is set up. Beyond that, I'm not sure. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

