android - Gradle Script to generate/clean Multiple Product Flavors -


I know how the product is made. I have successfully made product flavors and apks according to product flavors.

I have 8 different product tastes in my project.

I want a gradle script by running this script I can generate / clear multiple APX for all product flavors

Can anyone help me?

Additional information: I am using Android Studio 0.8.3

gradlew build will generate an APK for each version (taste + build type).

If you want to generate certain types,

you can run gradlew functions for a list of all available jobs .

Comments

Popular posts from this blog

Member with no value in F# -

java - Joda Time Interval Not returning what I expect -

c# - Showing a SelectedItem's Property -