Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After update - Error:Failed to find: com.google.android.gms:play-services:5.2.8

Gradle project sync failed.

After update the android SDK I got this error:

Error:Failed to find: com.google.android.gms:play-services:5.2.8

  • I have checked that the sdk location which is updated is used by Android Studio
  • I've got Google Repository installed and Android Support Repository too all up to date.
  • Also I have a ANDROID_HOME local variable pointing to the sdk I'm actually using
like image 757
LinkOut Avatar asked Aug 08 '14 10:08

LinkOut


1 Answers

try using com.google.android.gms:play-services:5.2.08 instead of 5.2.8.

you can also look for the right version number in your services directory:

.. /android-studio/sdk/extras/google/m2repository/com/google/android/gms/play-services/

like image 85
user3792866 Avatar answered Oct 11 '22 15:10

user3792866