I would like to create an android project from the command line on Linux. The following files and directories are located in the root directory of the project:
AndroidManifest.xml build.xml default.properties res/ src/
Can you provide a sample Makefile how to build this project?
source share