標籤:
將 build.gradle 中 的 classpath改為2.0.+
dependencies {
classpath ‘com.android.tools.build:gradle:2.0.+‘
然後出現錯誤
Warning:Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in /home/zhangsf/AndroidStudioProjects/SMSTest/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip
Error:(1, 1) A problem occurred evaluating project ‘:app‘.
> Failed to apply plugin [id ‘com.android.application‘]
> Gradle version 2.10 is required. Current version is 2.8. If using the gradle wrapper, try editing the distributionUrl in /home/zhangsf/AndroidStudioProjects/SMSTest/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip
進入file-> settings-> gradle
將use local gradle distribution
gradle home :/home/zhangsf/android-studio/gradle/gradle-2.10
AndroidStudio 中的坑Error:(1, 0) Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRID