Android Studio版本与使用的Gradle插件不兼容

时间:2016-08-17 10:09:34

标签: android gradle gradle-plugin

尝试在我的设备(或模拟设备)上运行应用程序时,我经常遇到同样的错误:

Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run (or updating either the IDE or the Gradle plugin to the latest version)

成功完成gradle后。

我正在尝试一些Gradle设置 - 使用默认Gradle包装,或使用Gradle包装器任务配置 - 无需更改。

gradle-wrapper.properties

distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip

的build.gradle

classpath 'com.android.tools.build:gradle:2.2.0-alpha6'

来自github的开源项目。没有人抱怨这个。

我正在研究Ubuntu 15.10,所以gradle --version命令可能是有用的信息,

------------------------------------------------------------
Gradle 1.5
------------------------------------------------------------

Gradle build time: niedziela, 16 listopad 2014 16:24:40 UTC
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.9.4 compiled on January 27 2015
Ivy: non official version
JVM: 1.7.0_95 (Oracle Corporation 24.95-b01)

编辑:哦,我也试图在配置中禁用 Instant Run
EDIT2:我没有同时处理其他项目的问题,但每个设置都是一样的,所以我真的不知道该怎么做。

2 个答案:

答案 0 :(得分:1)

清理项目并删除构建文件夹......这可能会解决问题。

还要看this Stack Overflow answer

答案 1 :(得分:0)

此问题可能是由IDE / Gradle错误引起的!尝试将Gradle版本切换到最新版本或降级到稳定版本,

  

最新版本: 2.2.0-beta2

     

上一个稳定版本: 2.1.3

您也可以尝试其他版本,check here