You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't compile the project and I am completely lost. Is this a bug?
After replacing classpath 'com.android.tools.build:gradle:1.1.0-rc1' by classpath 'com.android.tools.build:gradle:1.1.0 I try to sync gradle and I get the following error:
`Error:(53, 13) Failed to resolve: com.jakewharton:butterknife:6.0.0``
If I run ./gradlew clean I get this:
Download https://jcenter.bintray.com/com/jakewharton/butterknife/6.0.0/butterknife-6.0.0.pom
Download https://jcenter.bintray.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not resolve com.jakewharton:butterknife:6.0.0.
Required by:
HackVG:app:unspecified
> Failed to move file '/private/var/folders/6y/pcdw03x506n5tl26mxhq7rb80000gn/T/gradle_download3409899847438911358bin' into filestore at '/Users/xavi/.gradle/caches/modules-2/files-2.1/com.jakewharton/butterknife/6.0.0/de7746bd24355fadf8013d7095c083f7810f8e54/butterknife-6.0.0.pom'
> Could not resolve com.google.code.gson:gson:2.3.1.
Required by:
HackVG:app:unspecified > HackVG:domain:unspecified > HackVG:model:unspecified > com.squareup.retrofit:retrofit:1.9.0
> Failed to move file '/private/var/folders/6y/pcdw03x506n5tl26mxhq7rb80000gn/T/gradle_download7225264487116654668bin' into filestore at '/Users/xavi/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.3.1/284ce3bf374b92f3bfd554b559e6e7865c27009/gson-2.3.1.pom'
* 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: 23.723 secs
Can anybody point me in the right direction? Thanks!
The text was updated successfully, but these errors were encountered:
I can't compile the project and I am completely lost. Is this a bug?
After replacing
classpath 'com.android.tools.build:gradle:1.1.0-rc1'
byclasspath 'com.android.tools.build:gradle:1.1.0
I try to sync gradle and I get the following error:`Error:(53, 13) Failed to resolve: com.jakewharton:butterknife:6.0.0``
If I run
./gradlew clean
I get this:Can anybody point me in the right direction? Thanks!
The text was updated successfully, but these errors were encountered: