I ran into similar problems, instead of editing android.rules file i solved it by using sudo with adb.
E.g. sudo adb kill-server sudo adb devices should work. krtek On Apr 29, 6:00 pm, Breno <[email protected]> wrote: > Hi, > > Is Ubunto 9.04 compatible with development in Android? Before i > ugrade, deploy on device was normal. Now, using 9.04, doesn't > recognize it using "adb devices". > > This below is already set on my ubuntu: > > 1. Login as root and create this file: /etc/udev/rules.d/50- > android.rules. > > For Gusty/Hardy, edit the file to read: > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" > > For Dapper, edit the file to read: > SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666" > 2. Now execute: > chmod a+rx /etc/udev/rules.d/50-android.rules > > Any ideas? > > Thanks a lot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

