Hammad Hassan
Hammad Hassan

Reputation: 1222

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

I am facing this error while importing a gradle project to eclipse ADT.

FAILURE: Build failed with an exception.

Upvotes: 3

Views: 3510

Answers (1)

ligi
ligi

Reputation: 39549

change to com.google.android.gms:play-services:5.0.89

5.0.77 is gone - had the same problem :-(

edit the build.gradle and replace the 77 by a 89

Upvotes: 6

Related Questions