After upgrading from Android Gradle Plugin 3.2.0
to 3.3.0-alpha13
, I'm seeing the following build error:
> Task :app:fabricGenerateResourcesDebug FAILED
ERROR - Crashlytics Developer Tools error.
java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null.
Check the Crashlytics plugin to make sure that the application has been added successfully!
Contact [email protected] for assistance.
It appears that the processDebugGoogleServices
task is no longer running before the fabricGenerateResourcesDebug
task.
I'm on version 4.1.0
of the Google Services plugin and 1.25.4
of the Fabric plugin.