Reputation: 1222
I am facing this error while importing a gradle project to eclipse ADT.
FAILURE: Build failed with an exception.
What went wrong: A problem occurred configuring project ':qodeme'.
Could not resolve all dependencies for configuration ':qodeme:_defaultFlavorDebugCompile'. Could not find com.google.android.gms:play-services:5.0.77. Required by: QCodeMe-Android:qodeme:unspecified
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Upvotes: 3
Views: 3510
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