Let's say that I have a white-labeled application that Im converts to be built into Android studio from eclipse. This application has about 10 iterations, which use basically the same code base with different resources, which use the same name, since some of the iterations have additional actions or services that are necessary in all assemblies.
I want to give up everything a lot of the old, to keep the code bases that are essentially the same, and just use the same Android studio project. I understand the base of this setting with all the source and res files, but I'm fixated on how to handle the various manifest files.
Can I use flavorings or build types to handle switching multiple manifest files?
source share