Skip to content

Instantly share code, notes, and snippets.

@lornajane
Created July 8, 2015 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lornajane/dc2b38443e5e1dbb5ab8 to your computer and use it in GitHub Desktop.
Save lornajane/dc2b38443e5e1dbb5ab8 to your computer and use it in GitHub Desktop.
Android compile error
$ gradle build
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android-app'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
> Could not find com.android.support:appcompat-v7:22.2.0.
Searched in the following locations:
http://download.crashlytics.com/maven/com/android/support/appcompat-v7/22.2.0/appcompat-v7-22.2.0.pom
http://download.crashlytics.com/maven/com/android/support/appcompat-v7/22.2.0/appcompat-v7-22.2.0.jar
Required by:
:android-app: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: 5.011 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment