Skip to content

Instantly share code, notes, and snippets.

@satosystems
Created November 22, 2015 02:46
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 satosystems/498f3f9a8ce38fe6b8b2 to your computer and use it in GitHub Desktop.
Save satosystems/498f3f9a8ce38fe6b8b2 to your computer and use it in GitHub Desktop.
Android Studio 1.5 で Gradle sync failed が発生する場合の対処法 ref: http://qiita.com/satosystems/items/8ec76cd9d5d1cc014c21
Gradle sync failed: /Applications/Android Studio.app/Contents/gradle/gradle-2.4/lib/plugins/gradle-diagnostics-2.4.jar (No such file or directory)
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0'
+ classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment