开发者

Build android project from command line

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开发者_如何学C provide a sample Makefile how to build this project?


Do you have 'ant' installed? Try ant debug


The build.xml file is input to the Ant program, which will build your project. Use "ant build"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜