支持的最低Gradle版本是6.1.1.当前版本是5.6.4 [英] Minimum supported Gradle version is 6.1.1. Current version is 5.6.4

查看:2786
本文介绍了支持的最低Gradle版本是6.1.1.当前版本是5.6.4的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新到android studio 4.0后遇到此问题 使用较旧的gradle版本(附加屏幕截图)

I'm facing this issue after updating to android studio 4.0 While Having older gradle version(Screen shot attached)

之后,我已经下载了最新的gradle版本 6.4.1 ,在完全下载后,它给出了

after that i have download the latest gradle version 6.4.1, after the complete download it give error of

    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.

附加错误图片

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

i already tried with invalid caches/Restart , Clean Project and rebuild project and also deleted the cache folder but still facing the same issue, now i can't use lower gralde,

提前感谢

推荐答案

我遇到了此错误.所以我在build.gradle(project)文件的dependency部分中添加了以下行:

I faced this error. so I added the line below to build.gradle(project) file ,dependency part:

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

,然后我将gradle_wrapper.properties文件中的distributionUrl更改为:

and I changed distributionUrl in gradle_wrapper.properties file to :

https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

它解决了我的问题,希望也能解决您的问题.

It solved my problem I hope solve yours too.

最后,我升级了我所有的插件和库,并且可以通过gradle_wrapper.properties文件中的gradle-6.6.1-all.zipdependencies部分中的Gradle项目中的classpath 'com.android.tools.build:gradle:4.0.1'正常运行.

Finally, I upgrade all of my plugins and libraries and It works perfectly by gradle-6.6.1-all.zip in gradle_wrapper.properties file and classpath 'com.android.tools.build:gradle:4.0.1' in Gradle project in dependencies section.

请小心使用greenDAOsqlcipher正确升级

这篇关于支持的最低Gradle版本是6.1.1.当前版本是5.6.4的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆