How to automate android builds for lite and premium version?

前端 未结 3 492

I\'m looking for a solutions which will allow me to build lite and premium versions of my android app without manual manipulations. The functionality I\'m looking for is:

<
3条回答
  •  旧巷少年郎
    2021-02-06 10:09

    I strongly suggest you the use of an ant build for this. I have described in one article step by step the Once Click Build technique. The article covers also the creation of Java files based on parameters, copy files etc.

    http://www.androider.ro/cum-fac-un-build-automat-cu-ant-in-android-ocb-one-click-build-1501

提交回复
热议问题