最低支持的Gradle版本是6.1.1。当前版本为5.6.4

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最低支持的Gradle版本是6.1.1。当前版本为5.6.4相关的知识,希望对你有一定的参考价值。

更新为android studio 4.0后,我面临此问题While Having older gradle version(Screen shot attached)

在此之后,我下载了最新的gradle版本6.4.1,在完全下载之后,它给出了错误]

    Unable to find method 
 'org.gradle.api.tasks.TaskInputs.property(Ljava/lang/String;Ljava/lang/Object;)Lorg/gradle/api/tasks/TaskInputs;'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

这里是Attach image of error

我已经尝试过无效的缓存/重新启动清理项目重建项目 并且删除了缓存文件夹,但仍然面临相同的问题,现在我不能使用更低的格莱德,

提前感谢

答案
classpath 'com.android.tools.build:gradle:3.6.0'

以上是关于最低支持的Gradle版本是6.1.1。当前版本为5.6.4的主要内容,如果未能解决你的问题,请参考以下文章

Cordova / Ionic build android Gradle 错误:支持的最低 Gradle 版本为 2.14.1。当前版本是 2.13

Flutter 运行发布失败:支持的最低 Gradle 版本为 5.6.4。当前版本是 5.6.2

支持的最低 Gradle 版本为 5.6.4。当前版本是 5.6.2。过去 4 小时我一直在尝试解决 Flutter 中的此错误,但无法解决

最低支持的Android版本Cordova 9

当前版本的 Android Gradle 插件不支持按需配置

android gradle 常见错误