Crashlytics (Fabric) separate organizations for application variants (build types, product flavors)
问题 This is self-answered question to share my knowledge. I have a project with multiple product flavors and I want to integrate Fabric using separate organizations for each product flavor. I tried to integrate Fabric using Android Studio Fabric Plugin. It adds <meta-data android:name="io.fabric.ApiKey" android:value="DEFAULT_ORGANIZATION_API_KEY" /> entry to AndroidManifest.xml of main source set. I decided to rewrite this entry in application variant specific source sets: <manifest xmlns