错误: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)
翻译:这个版本的Android Studio是摇篮插件使用的不兼容。尝试禁用即时运行(或更新任何IDE或最新版本摇篮插件)
解决方案:参考博客点击打开链接http://blog.youkuaiyun.com/qq_15807167/article/details/51984920
注:我只操作了第一步:就把问题解决了。
当第二步将我自己的
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
换成
distributionUrl=https://services.gradle.org/distributions/gradle-2.11-all.zip
就会报错,如图:
所以,要是操作了第一步就可以解决就不用换distributionUrl啦,如果解决不了在参考第二步的操作。仅供参考。。。。