linux - How to develop Android Apps using a Samsumg Galaxy 5 device? -


i developing first android app. have application running on emulator (eclipse + android dev. tools) on ubuntu 10.04 lts - lucid lynx - released in april 2010. have tryied steps provided on android developers portal on link, whenever try list connected device using ./adb devices following:

mmaia@mmaia-desktop:~/tools/android-sdk-linux_86/tools$ ./adb devices list of devices attached  ????????????    no permissions 

i have checked , when run virtual emulator same command returns:

list of devices attached  ????????????    no permissions emulator-5554   device 

also when ask eclipse run emulator finds device(galaxy 5), see image below, can't find serial, because of permission, able choose virtual emulator.

alt text

how configure permission use galaxy 5 device while developing android under ubuntu 10.04?

[]s

just few ideas:

make sure not created udev rules, did

chmod a+r /etc/udev/rules.d/51-android.rules

use dmesg shortly after plugging in phone verify it's enumerating nicely usb device.

see if can adb shell up

can mass storage mount? that's not development function @ least test usb working.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -