nt94043 wrote: > I've been searching for information on how to troubleshoot "adb > devices" not working > (on ubuntu for me), and am coming up very short.
Here was my solution: 1. Shut down any emulators, DDMSes, Eclispes, or other Android-enabled tools. 2. Run adb kill-server, reboot, or otherwise get rid of the running adb daemon. 3. ??? 4. PROFIT! (in other words, steps #1 and #2 were sufficient) Worked for me when I ran into this problem early on. Since then, device recognition has behaved just fine for me (Ubuntu 8.04), recognizing the device within a second or two of it being plugged in. FWIW, I have no /dev/android. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.4 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

