Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run.

转自:http://blog.csdn.net/qq_15807167/article/details/51984920

参考:http://stackoverflow.com/questions/35202541/this-version-of-android-studio-is-incompatible-with-the-gradle-version-used-try

step1:

禁用Instant Run,在Settings/Preferneces > Build, Execution, Deployment option > Instant Run 中,取消所有的选中项

step2:

更新gradle services 的url:在project目录下的 gradle>wrapper>gradle-wrapper.properties中将

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

更新为:

distributionUrl=https://services.gradle.org/distributions/gradle-2.11-all.zip

step3:

删除project下的build文件夹

step4:

clean项目,重新编译跑程序。

时间: 2024-10-12 21:04:16

Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run.的相关文章

This version of android studio is incompatible with the gradle version used.Try disabling the instant run解决办法

今天打开android studio又碰到一个奇怪的问题:This version of android studio is incompatible with the gradle version used.Try disabling the instant runandroid studio和gradle版本不匹配,我的android studio刚更新完没多久,应该就是gradle的问题.果然在stackoverflow上找到了答案: You can use normal build ru

This version of android studio is incompatible with the gradle version used.Try disabling the instant run

编译Android项目时提示: File → Settings → Preferences dialog → Build → Execution → Deployment → Instant Run → Update Project 把Instant勾选取消 先clean一下

灵异事件之:Android Studio 3.4提示:Error running app: Default Activity Not Found

本次事件尚未解决,如果有手法独特的大神,请在评论区开车. 问题症状:之前在AS上能好好运行的项目,楼主一不小心,把AS的版本更新到3.4之后,所有项目都是能通过编译,但是运行处依然提示红叉.Event log显示:Error running 'app': Default Activity not found. 网上大部分解决方法: AndroidManifest.xml里的activity name包名没有完善 原本是默认为android:name=".MainActivity" 网友

Error running app: Instant Run requires 'Tools | Android | Enable ADB ...解决

Errorrunning app: Instant Run requires 'Tools | Android | Enable ADB integration' tobe enabled. 如果你使用Android studio碰到这个无法运行项目,当你看了这个解决方案,你就会觉得,好简单呀,其实人家提示都给你说得很明白了. 根据以下截图点选即可: Error running app: Instant Run requires 'Tools | Android | Enable ADB ...

Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.

网上找到两种方法: 1. 2.菜单栏,Tools -> Adnroid -> enable ADB integration Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.

Android 运行时报错Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled. 的解决办法

解决方法:在菜单栏,Tools->Android->Enable ADB integration勾选就可以了. Android 运行时报错Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled. 的解决办法

Error running app: Default Activity Not Found

最近在调试安装Android Widget程序时,碰到Error running app: Default ActivityNot Found. 因为简单的Widget程序,如果不和应用程序关联,就不需要在Android工程中创建MainActivity,Build Project之后,调试安装时会提示Error:Default Activity Not Found,那是因为AndroidStudio在你创建工程时,默认设置Lunche工程时是需要Activity的. 解决方案: 1.打开配置

Android Studio 1.0.2项目实战——从一个APP的开发过程认识Android Studio

Android Studio 1.0.1刚刚发布不久,谷歌紧接着发布了Android Studio 1.0.2版本,和1.0.0一样,是一个Bug修复版本.在上一篇Android Studio 1.0.1 + Genymotion安卓模拟器打造高效安卓开发环境,我们介绍了Android开发环境的搭建,今天先来说一下上一篇中大家问道比较多的问题,然后说一些Android Studio的使用技巧.  一.搭建开发环境中遇到的问题及解决办法 1.Genymotion模拟器网络错误 我们顺利的安装完了G

the rendering library is more recent than your version of android studio

最近更新了自己Android Studio中的SDK到最新版本,AS的一部分配置修改了. 然后 在打开布局文件的时候 会出现 渲染错误 Rendering problem the rendering library is more recent than your version of android studio 提示:如上所示.这个是由于更新了SDK之后渲染版本自动改变了,当前工程的配置的版本与渲染设置的版本不同. 解决办法如下. 打开任意布局文件,切换到Design视图 点击如图所示的图标