I am just starting to learn on Android development. I use Ubuntu 11.10 and Eclipse. I have installed the needed plugins from android development, and I have also write yet s
Execute the following command from a terminal
$ echo "0x04e8" >> ~/.android/adb_usb.ini
and restart adb using
$ adb kill-server $ adb start-server
check if the device is listed using adb devices
adb devices