How to automate android builds for lite and premium version?
问题 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: Automatically renaming package Changing home package name in AndroidManifest.xml file. Changing constant values in java or/and resource files or substituting appropriate files for current application version. Thanks. 回答1: I would suggest looking into Android Library Projects to help with this. I use this approach for a Lite vs