- install eclipse, android sdk and plugin as per http://developer.android.com/sdk/1.5_r1/installing.html
- import demo project by creating a new andriod application and point the target folder to the samples one
- create environment variable ANDROID_SDK_HOME for the path to the sdk
- add ANDROID_SDK_HOME/tools to the PATH
- create and avd image - this is the config for the emulator
SDK_PATH/tools/android create avd --target 2 --name my_avd
(the target specifies the api you want to use (2=android 1.5))
- for the external device tot auotmount and be detected by the developer kit add the following
http://developer.android.com/guide/developing/device.html#setting-up
- edit /etc/udev/rules.d/50-android.rules and put:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
/etc/udev/rules.d/50-android.rules