Could not find com.google.android.gms: play-services: 5.0.77
I ran into this error while importing a gradle project to outshine ADT.
FAILURE: Build failed with exception.
-
What went wrong: There was a problem configuring project ': qodeme'.
Failed to resolve all dependencies for configuration: qodeme: _defaultFlavorDebugCompile. Could not find com.google.android.gms: play-services: 5.0.77. Required: QCodeMe-Android: qodeme: undefined
-
Try: Run with the --stacktrace option to get a stack trace. Run with the -info or --debug option to get more log output.
+3
Hammad Hassan
source
to share
1 answer
change to com.google.android.gms:play-services:5.0.89
5.0.77
gone - had the same problem :-(
edit build.gradle and replace 77 with 89
+6
ligi
source
to share