Multiple Android Application Package .apk files from single source code

后端 未结 10 943
我在风中等你
我在风中等你 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条回答
  •  眼角桃花
    2020-12-02 07:04

    I had the same problem but packing all in one project with flags is no solution for me. I wrote an example how to do that with Maven:

    How to create multiple Android apk files from one codebase organized by a Maven multi module project.

提交回复
热议问题