Hi,
I am developing my first Android App. I have an application already running on emulator (Eclipse + Android dev. tools) on Ubuntu 10.04 LTS - the Lucid Lynx - released in April 2010. I have already tryied the steps provided on Android Developers Portal on this link, but whenever I try to list my already connected device using ./adb devices I get the following:
mmaia@mmaia-desktop:~/tools/android-sdk-linux_86/tools$ ./adb devices
List of devices attached
???????????? no permissions
I have checked and when I run the virtual emulator the same command returns:
List of devices attached
???????????? no permissions
emulator-5554 device
Also when I ask eclipse to run the emulator it finds the device(galaxy 5), see image below, but can't find serial, probably because of some permission, than I am only able to choose the virtual emulator.
How do I configure permission to use Galaxy 5 as a device while developing for Android under Ubuntu 10.04?
[]s