将 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.zipError:(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
时间: 2024-10-17 07:33:43