Android - use ant to create build configurations that change configuration values

前端 未结 4 1448
春和景丽
春和景丽 2020-12-05 01:19

What I want is a way to have settings that are dependent on build configuration. To give a specific example, my android application connects to a web service. In developme

4条回答
  •  情话喂你
    2020-12-05 01:59

    Found a tutorial which goes through all the details of using ant to automate a build system, to create and use build configurations, as well as to build the release project with one command. Here it is: http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html

    Seems a little long, but it goes through all the steps and details involved.

提交回复
热议问题