I am trying to understand the anatomy of a MINIMAL Android application, using Eclipse + ADT (Android Development Toolkit).
Please can you advise what is the MINIMAL
A minimal build.xml which can build and install dtmilano's code:
build.xml
then:
ant clean ant debug ant install
Tested on Android 23, Ubuntu 15.10. Just make sure that adb install works before running this.
adb install
On a repo to make getting the code easier.