Skip to content Skip to sidebar Skip to footer

Android Studio 2.2.2: Failed To Resolve Google Play-services

I was trying to create a demo project based on Google Map, for this I was using MapsActivity provided by android studio. Everything is fine excluding the Google Play services. Andr

Solution 1:

Resolved the issue, it was a bug on the repository link.

"Install Google Repository" failed.
 Failed packages:
- Google Repository(extras;google;m2repository)

Now the new link- https://dl.google.com/android/repository/google_m2repository_gms_v7_rc28_wear_2a3.zip(at this time) working fine, I updated my google repository and google play-services and its work like a charm.

Post a Comment for "Android Studio 2.2.2: Failed To Resolve Google Play-services"