티스토리 뷰
Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE
Mir-미르 2016. 1. 3. 19:56오류 정보
Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to
Error:Could not find com.android.tools.build:gradle:2.0.0.
Searched in the following locations:
file:/C:/Program Files/AndroidStudio/gradle/m2repository/com/android/tools/build/gradle/2.0.0/gradle-2.0.0.pom
file:/C:/Program Files/AndroidStudio/gradle/m2repository/com/android/tools/build/gradle/2.0.0/gradle-2.0.0.jar
https://jcenter.bintray.com/com/android/tools/build/gradle/2.0.0/gradle-2.0.0.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/2.0.0/gradle-2.0.0.jar
Required by:
:ReportCard:unspecified
해결 방법
필자는 이 오류를 해결하기 위해 Android Studio와 SDK를 지우고 다시 깔았지만 해결이 안되었다 :)
app/build.gradle 파일이 아닌(Not)
<App Source>/build.gradle 파일을 수정해야 한다.
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
필자는 classpath의 마지막 부분이 alpha1 으로 되어 있었다.
이 부분을 alpha3으로 바꿔서 해결하였다.
alpha3으로 바꾼 이유는
https://jcenter.bintray.com/com/android/tools/build/gradle/
이 사이트의 맨 마지막이 2.0.0-alpha3 이었기 때문이다.
출처 / 팁
없다.
'Programming' 카테고리의 다른 글
JetBrains IDE 학생용 라이센스 발급받기 (0) | 2020.10.25 |
---|---|
Android Emulator Hypervisor Driver for AMD Processors installation failed. (2) | 2020.10.17 |
Android Meal Library - 학교 급식 파싱 나이스 주소 변경 안내 (2) | 2016.07.27 |
This is usually caused by another repository pushing (0) | 2016.01.04 |
Could not normalize path for file (1) | 2015.06.21 |
이클립스(Eclipse) javadoc - java.lang.IllegalArgumentException (0) | 2014.01.13 |
제 자바 강좌(?)는 제가 산 책을 기준으로 작성됩니다 (0) | 2013.02.20 |
"난 정말 Java를 공부한적이 없다구요" 책이 도착하였습니다 ㅋ (1) | 2013.02.19 |
- Total
- Today
- Yesterday
- String Name = Miru(itmir913);
- String Mail = itmir913@gmail.com;
- String github = https://github.com/itmir913;