You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build a release of my app i get the following error:
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileStagingRelease' (type 'UploadMappingFileTask').
In plugin 'com.google.firebase.crashlytics' type 'com.google.firebase.crashlytics.buildtools.gradle.tasks.UploadMappingFileTask' property 'googleServicesResourceRoot' doesn't have a configured value.
Reason: This property isn't marked as optional and no value has been configured.
Possible solutions:
1. Assign a value to 'googleServicesResourceRoot'.
2. Mark property 'googleServicesResourceRoot' as optional.
I don't use GoogleServices plugin since i configured my app regarding Firebase by using the dart-only way. Therefore i don't have any google-services.json files lying around.
Could someone please tell me how get rid of this error in order to successfully build a release?
I use
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to build a release of my app i get the following error:
I don't use GoogleServices plugin since i configured my app regarding Firebase by using the dart-only way. Therefore i don't have any google-services.json files lying around.
Could someone please tell me how get rid of this error in order to successfully build a release?
I use
in my app/build.gradle and
in my android/build.gradle
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions