我最近更新了Android Studio到版本0.2,現在當我構建我的代碼時,出現此錯誤,請告訴我如何解決此問題。Android Studio,Gradle更新錯誤
Gradle 'NewProject' project refresh failed:
Project is using an old version of the Android Gradle plug-in. The minimum supported version is 0.5.0. Please update the version of the dependency 'com.android.tools.build:gradle' in your build.gradle files. Search in build.gradle files (show balloon)
它應該更改爲'com.android.tools.build:gradle:0.5.+'而不是隻有0.5.0 – Vinuthan
這對我有效,謝謝! –
我試圖導入的項目 - https://code.google。 com/p/iosched - 已經有classpath'com.android.tool s.build:gradle:0.5.+」。但是我仍然得到這個錯誤......所以我不得不將它改爲0.6。+。 –