This is an old revision of the document!
on linux with emacs
setting up the hardware:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
test it works with:
adb devices
creating a project (from http://developer.android.com/guide/tutorials/hello-world.html ):
android create project \ --package com.android.helloandroid \ --activity HelloAndroid \ --target 2 \ --path <path-to-your-project>/HelloAndroid
Use “android list targets” to get the target number
Load a file into emacs, M-X android-ant-install, and the package should appear in your apps list