Build android project from command line
Posted
by zoli2k
on Stack Overflow
See other posts from Stack Overflow
or by zoli2k
Published on 2010-04-09T08:23:58Z
Indexed on
2010/04/09
8:53 UTC
Read the original article
Hit count: 296
I would like to build and android project from command line on Linux. In the root directory of the project there are the following files and directories:
AndroidManifest.xml build.xml default.properties res/ src/
Can you provide a sample Makefile
how to build this project?
© Stack Overflow or respective owner