Created
March 23, 2015 21:07
-
-
Save indrora/dc2067162030ad8ddadf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> chilla > ± heads/development (origin/development) > ~/s/open-keychain/. > ./gradlew buildDebug | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
A problem occurred configuring project ':OpenKeychain'. | |
> Failed to notify project evaluation listener. | |
> A problem occurred configuring project ':extern:snackbar:lib'. | |
> Could not resolve all dependencies for configuration ':extern:snackbar:lib:_debugCompile'. | |
> Could not find com.android.support:recyclerview-v7:22.0.0. | |
Searched in the following locations: | |
https://jcenter.bintray.com/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
https://jcenter.bintray.com/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
http://dl.bintray.com/journeyapps/maven/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
http://dl.bintray.com/journeyapps/maven/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
file:/home/indrora/Android/Sdk/extras/android/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
file:/home/indrora/Android/Sdk/extras/android/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
file:/home/indrora/Android/Sdk/extras/google/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
file:/home/indrora/Android/Sdk/extras/google/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
Required by: | |
open-keychain.extern.snackbar:lib:unspecified | |
> Could not resolve all dependencies for configuration ':OpenKeychain:compile'. | |
> A problem occurred configuring project ':extern:snackbar:lib'. | |
> Could not resolve all dependencies for configuration ':extern:snackbar:lib:_debugCompile'. | |
> Could not find com.android.support:recyclerview-v7:22.0.0. | |
Searched in the following locations: | |
https://jcenter.bintray.com/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
https://jcenter.bintray.com/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
http://dl.bintray.com/journeyapps/maven/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
http://dl.bintray.com/journeyapps/maven/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
file:/home/indrora/Android/Sdk/extras/android/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
file:/home/indrora/Android/Sdk/extras/android/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
file:/home/indrora/Android/Sdk/extras/google/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.pom | |
file:/home/indrora/Android/Sdk/extras/google/m2repository/com/android/support/recyclerview-v7/22.0.0/recyclerview-v7-22.0.0.jar | |
Required by: | |
open-keychain.extern.snackbar:lib:unspecified | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 13.296 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment