android gradle 常见错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android gradle 常见错误相关的知识,希望对你有一定的参考价值。

参考技术A 1、当前gradle版本最低必须是5.1.1等其他版本(英文忘了)
解决方案:降低项目的build.gradle文件里面的classpath的版本

ERROR: Unsupported method: androidProject.getVariantNames().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

解决方式:
1、检查版本好是否对应
https://developer.android.google.cn/studio/releases/gradle-plugin#updating-gradle

2、如果不一样,就该一样试试
3、如果版本没问题,先改成最新版本,在改回原来版本

Tinker does not support instant run mode, please trigger build by assembleDebug or disable instant run in 'File->Settings...'.
关掉快速启动

以上是关于android gradle 常见错误的主要内容,如果未能解决你的问题,请参考以下文章

android studio打包weexplus项目常见错误

butterknife的使用和一个常见错误的解决

Android开发各类常见错误解决方案

Android开发各类常见错误解决方案

Android 导入v7包常见错误,以及项目引用v7包错误解决,androidv7

Android eclipse常见错误开发总结