Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
Updated 18 December 2016
Product flavours are easy to implement once you start but the major issue android developers get is when they have to add one or few of the flavours to another module as a library dependency. Library dependency is an essential feature and every developer needs it once in a while. So how we will implement it with product flavours? How we will command our IDE to add this flavour and not this one?
Actually android developers have a solution for this also. The solution is a Compile setup in which you define/ compile only those library product flavours you need in your module.
Suppose I have two flavours flavour1 and flavour2 , now I had a higher level module app in which i have to add flavour1 as library. So the library’s build.gradle will be like
As you can see in the above file we have mentioned
Its because by default a library only publishes its release variants. So to enable the publishing of more variants we used this. You can read more about it here.
And your app’s build.gradle should be like this,
And this will add only flavour2 to your project. You can add more than one flavour , you just need <yourFlavourname><Debug/Release>Compile as your configuration.
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
Be the first to comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.