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

Failed to compile #5

Open
ice16 opened this issue May 1, 2019 · 1 comment
Open

Failed to compile #5

ice16 opened this issue May 1, 2019 · 1 comment

Comments

@ice16
Copy link

ice16 commented May 1, 2019

When I try to compile, I get this error:
FAILURE: Build failed with an exception.

Failed to notify dependency resolution listener.
> The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.2.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
> The library com.google.firebase:firebase-analytics is being requested by various other libraries at [[16.0.3,16.0.3]], but resolves to 16.4.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Can I know how to solve this?

@flpputsch
Copy link

You can fix this putting this on end of your android\app\build.gradle
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true
Refence:
https://stackoverflow.com/questions/50577437/com-google-android-gmsplay-services-measurement-base-is-being-requested-by-vari

@instamobile instamobile deleted a comment from ucmafialtd Jan 23, 2021
@instamobile instamobile deleted a comment from ucmafialtd Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants