deployment - Android Gradle Build Variant Deploy -
I have finished installing build variants with Grad in Android Studio What is this for a specific demo / pro setup? Ashish I am able to fix my 'Demo Debug' app perfectly. When I switch to 'proDebug' and 'run' with the same configuration, this pro app installs fine, but it starts crashing: start: int {act = android. Intent.action.MAIN cat = [Android.intent.category.LAUNCHER] cmp = com.anthonymandra.rawdroidpro / com.anthonymandra.rawdroid.RawDroid} Error type 3 error: activity class {com.anthonymandra.rawdroidpro / com .anthonymandra.rawdroid.RawDroid} does not exist. If I go to the dashboard then I can launch a pro version and It works according to the expectations. Therefore, the installed version works for the appropriate version; only something in the wrong (on Pro). build.gradle Flavors: ProductFlavors {Demo {PackageName "com.anthonymandra.rawdroid"} pro {packageName "com .anthonymandra.rawdroidpro"} proAmazon {packageNam...