Android Studio, Gradle Update error -


i updated android studio version 0.2, , when build code, error, please tell me how overcome this.

gradle 'newproject' project refresh failed:

project using old version of android gradle plug-in. minimum supported version 0.5.0. please update version of dependency 'com.android.tools.build:gradle' in build.gradle files. search in build.gradle files (show balloon)

its reported issue in android studio build #ai-130.737825, built on july 11, 2013. luckily, there workaround can fix import issue.

externally edit project's build.gradle file, changing 'com.android.tools.build:gradle:0.4.2' 'com.android.tools.build:gradle:0.5.+'

here is link issue


Comments