我无法将 gradle 插件版本更新到 4.1.3

I can't update the gradle plugin version to 4.1.3

提问人:Saeed Noshadi 提问时间:3/26/2021 最后编辑:Saeed Noshadi 更新时间:7/14/2022 访问量:7275

问:

我当前的 Gradle 插件版本是 4.1.2,这个版本工作正常,但是当我更新到 4.1.3 时,我收到此错误,我无法构建项目: 注意:我添加了 maven() 和 jcenter()。

A problem occurred configuring root project 'AndroidCryptography'.

无法解析配置“:classpath”的所有项目。 找不到gradle-4.1.3.jar (com.android.tools.build:gradle:4.1.3)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.1.3/gradle-4.1.3.jar

我的build.gradle:

enter image description here

Android Gradle 插件

评论

1赞 CommonsWare 3/26/2021
我建议你编辑你的问题,并提供一个最小的可重现的例子。在这种情况下,这很可能是项目的顶级文件。build.gradle
0赞 Saeed Noshadi 3/26/2021
我认为我的build.gradle文件没有问题
0赞 CommonsWare 3/26/2021
在您的任何模块文件中(例如,),您是否也有闭包?如果是这样,您可能也想检查它们。另外,如果您单击问题中指向 JAR 的链接,它是否有效?如果答案是否定的,那么您的网络有一些东西阻止了对该 JAR 的访问,因为它从这里开始工作。build.gradleapp/build.gradlebuildscript
0赞 xatok 3/30/2021
你能确保你至少有 Gradle 包装器 6.5-all 吗?您也可以尝试在终端中运行:并查看返回的错误,可能会为您提供解决方案的适当提示。https://services.gradle.org/distributions/gradle-6.5-all.zip./gradlew app:build -info

答:

2赞 Ethan Baloch 3/31/2021 #1

你必须去 --> 并将你的 gradle 版本更改为gradle-wrapper.properties6.8.3

for more info you can load the attached image

评论

1赞 Luiey 8/20/2021
我们怎么知道插件工具的数量和gradle版本的数量?
0赞 AMJAD AFRIDI 7/14/2022 #2

将以下内容添加到存储库中的 build.gradle(Project) 中

谷歌()