怎样解决this version of android studio is incompatible with the gradle plugi

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎样解决this version of android studio is incompatible with the gradle plugi相关的知识,希望对你有一定的参考价值。

1:开启及时运行,依次点击:Tools-->android-->点击Enable ADB Integration,将所所对应项前面的对勾勾选上。

2:依次点击,Setting->Build,Execution,Deployment->Instant Run。将所有项前面的对勾勾选上。

3:修改build.gradle(Project那个),将gradle版本更改至2.0.0以上版本。旧版本project gradle不支持的Instant Run版本。

android 手机文件夹代表的意思:

1. /system/app 这里是android手机rom中的系统应用存放地,如果有Root权限可以将手机rom中自带的应用删除掉,这里面一般包含一个apk文件和odex文件,大家注意文件名一一对应,如何删除可以参考 如何删除Android系统自带软件 中方法.

2. /data/data 这里是每个安装过应用的用户文件存储位置,一般为设置文件、数据库或临时缓存文件,进入后以每个软件的package name包名来命名.

3. /dev 这里是Linux系统常规文件夹,里面的文件很多都是设备模拟的文件系统,一般用户无需理会.

4./system/fonts 这里面保存着系统的字体,如果你有root权限,可以往里添加自己喜欢的字体,比如雅黑.

5. /system/framework 这里是android系统的框架,里面保存着系统核心程序或java类库,十分重要里面的任何文件几乎都不要做删除操作.

6. /media/audio 这里面保存着安卓系统默认的铃声,alarms是闹铃提醒的,notification是短信或提示音,ringtones是来电铃声,而ui是一些界面音效,比如键盘敲击声.

7. /system/lib 里面保存的是系统底层类库,里面很多都是框架层的实现文件,一般以.so后缀结尾类似windows下的dll文件 .

参考技术A 参考出处:android-studio-gradle-error-at-compile-time"target="_blank">pile-time翻译过来就是:在AndroidStudio中,删除.gradle文件夹下面的所有文件或文件夹,然后再编译运行就可以啦 参考技术B 就出现了题目中的报错:
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)

当前版本的android studio 与 gradle不兼容。在log中 提示我升级ide和gradle为最新版,然而我出问题的就是最新版,于是尝试 禁用Instant Run,但仍然不能解决问题。本回答被提问者采纳

以上是关于怎样解决this version of android studio is incompatible with the gradle plugi的主要内容,如果未能解决你的问题,请参考以下文章

Go-解决低版本Goland调试问题:Version of Delve is too old for this version...

已解决this version of the Java Runtime only recognizes class file versions up to 52.0

解决 RuntimeError: module compiled against API version 0xf but this version of numpy is 0xd

解决 RuntimeError: module compiled against API version 0xf but this version of numpy is 0xd

解决 RuntimeError: module compiled against API version 0xf but this version of numpy is 0xd

this application was created using the trial version of the xtrareports 解决方法