Could not resolve Firebase crash library android 'com.google.firebase: firebase-core: 11.0.2'

I am trying to update my dependencies to compile 'com.google.firebase: firebase-core: 11.0.2' but

All I get is this:

Failed to resolve: com.google.firebase:firebase-core:11.0.2'

      

What could be the reason?

+3


source to share


1 answer


Installing the latest version of the google repository will help.



  • Go to Menu Bar> Tools> Android> SDK Manager
  • Click the tab> SDK Tools
  • Check and install "Google Play Services" and "Google Repository"
  • Now click "Synchronize" and create the project again.
+9


source







All Articles