Android Studio (1) 썸네일형 리스트형 Android Studio Project is using an old version of the Android Gradle plug-in Error Android Studio 0.4.0으로 업데이트 되면서 이전에 만들었던 프로젝트를 불러 오려면 다음과 같은 오류가 발생한다. Project is using an old version of the Android Gradle plug-in. The minimum supported version is 0.7.0. Please update the version of the dependency 'com.android.tools.build:gradle' in your build.gradle files. 해결책: Gradle Plugin 0.7.0과 gradle-wrapper 1.9로 사용하도록 변경하면된다. build.gradle 파일 buildscript { repositories { mavenCentral().. 이전 1 다음