We\'re using an Android Library Project to share core classes and resources across different builds (targets) of our Android application. The Android projects for each speci
You can also use an Activity factory if you need to provide extended activitys for differnt build variants and have your library deal with the abstract factory alone. This can be set in your build variants Application file.