Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progurad plugin conflict with firebase-x #31

Open
Adityakhandelwal021 opened this issue Jan 25, 2024 · 3 comments
Open

Progurad plugin conflict with firebase-x #31

Adityakhandelwal021 opened this issue Jan 25, 2024 · 3 comments

Comments

@Adityakhandelwal021
Copy link

i am facing this issue when i am trying to generate release build of android application.and i am check lot of things after then i got the issue there is a conflict between firebase-x plugin and cordova plugin.so please help me how can i resolved this issue

both plugin important for me here

What went wrong:
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type 'UploadMappingFileTask').
In plugin 'com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin' 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:

Assign a value to 'googleServicesResourceRoot'.
Mark property 'googleServicesResourceRoot' as optional.

@Sparrkle
Copy link

I had the same problem. so I tried many things, it was solved when I change gradle file.

before:
...
apply plugin: com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin
...

after:
...
apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
apply plugin: com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin
...

@greybax
Copy link
Owner

greybax commented Aug 15, 2024

@Sparrkle thanks for update! Could you please prepare a PR with this patch?

@Sparrkle
Copy link

@greybax This issue requires change the gradle file in the firebasex project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants