question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find com.google.android.gms:play-services-vision:16.1.0

See original GitHub issue
What went wrong:
Could not determine the dependencies of task ':app:preDebugBuild'.      
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.google.android.gms:play-services-vision:16.1.0. 
     Searched in the following locations:

The README example says: googlePlayServicesVersion = "<Your play services version>" // default: "+"

But does not explain how do I get my version which is mandatory to get token on onRegister event. How do I get firebaseVersion and googlePlayServicesVersion?


More people are having this issue https://github.com/zo0r/react-native-push-notification/issues/1109#issuecomment-590253924

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

8reactions
ambesshcommented, Apr 6, 2021

change google play services version in build gradle (root level) googlePlayServicesVersion = " 11.8.0"

1reaction
omaarcommented, Mar 25, 2020

The documentation is wrong Should be:

googlePlayServicesVersion = "16.0.0" // default: "+"

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find any version that matches com.google.android ...
Could not find any version that matches com.google.android.gms:play-services-base:[15.0.1,16.0.0).
Read more >
Release Notes - Play services - Google Developers
The latest update to Firebase includes changes to: Firebase Android BoM (Bill of Materials); Cloud Firestore; Firebase App Distribution Gradle plugin; Firebase ...
Read more >
Firebase Android SDK Release Notes - Google
Updated dependency of play-services-basement to its latest version (v18.1.0). Fixed issue where Query.get() was propagating events to listeners on unrelated ...
Read more >
Solve Could not find com.google.android.gms:play ... - YouTube
This video is about to solve Could not find com. google. android. gms : play - services - vision :15.2.0If you solved your...
Read more >
The library com.google.android.gms:play-services ...
Just upgrade to latest library and get this error. Also I couldn't find firebase-invites:16.0.1 according to this page. -- You received ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found