Multiple Android Application Package .apk files from single source code

后端 未结 10 947
我在风中等你
我在风中等你 2020-12-02 06:29

I would like an Android build system procedure, command line or Eclipse, to generate several .apk files from a single source codebase. Some common reasons for this - having

10条回答
  •  Happy的楠姐
    2020-12-02 07:09

    This article has a good walk-through with examples of how to amend config files at build time; see in particular the Customizing the build and Using a Java configuration file sections. Note that some of the information about build.xml and ant is a little bit out-of-date now.

提交回复
热议问题