开发者

Build android project from command line

开发者 https://www.devze.com 2022-12-26 11:20 出处:网络
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:

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

精彩评论

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

关注公众号