gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-03 02:41:20 27 4
gpt4 key购买 nike

更新到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

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

在此先感谢

最佳答案

我遇到了这个错误。所以我在build.gradle(project)部分的dependency文件中添加了以下行: classpath 'com.android.tools.build:gradle:3.6.0'我将distributionUrl文件中的gradle_wrapper.properties更改为:

https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
它解决了我的问题,希望也能解决您的问题。

更新09/21/2020
最后,我升级了所有插件和库,并且可以通过 gradle-6.6.1-all.zip文件中的 gradle_wrapper.propertiesclasspath 'com.android.tools.build:gradle:4.0.1'部分中的Gradle项目中的 dependencies完美运行。
如果您使用 greenDAOsqlcipher正确升级,请小心

关于gradle - 支持的最低Gradle版本是6.1.1。当前版本是5.6.4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62147493/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com