gpt4 book ai didi

android - 我应该如何解决我在gradle sincing中的错误?

转载 作者:行者123 更新时间:2023-12-03 06:33:15 27 4
gpt4 key购买 nike

不幸的是,当gradle正在同步时,我收到了此错误,

找不到gradle.jar(com.android.tools.build:gradle:3.2.1)。
在以下位置搜索:
https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.jar

这是我的构建。Gradle页面详细信息,

buildscript {

repositories {

google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

最佳答案

尝试添加gradlePluginPortal()

buildscript {

repositories {

google()
jcenter()
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

然后使用工具> Android>使用Gradle文件同步项目

关于android - 我应该如何解决我在gradle sincing中的错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53785859/

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