gpt4 book ai didi

android - appcompat-v7 :28. 0.0-rc01 构建问题

转载 作者:IT老高 更新时间:2023-10-28 13:47:19 26 4
gpt4 key购买 nike

我正在尝试创建我的新 Kotlin 项目,我已将我的 Android Studio 更新为 3.1.4,将我的 Gradle 更新为 4.9,并将我的 SDK 更新为 28(也安装了存储库)。所以我一直在我的 appcompat 上收到这个错误。我什至将其更改为 alpha1,但仍然没有任何反应。

在我的 Gradle 中

implementation 'com.android.support:appcompat-v7:28.0.0-rc01'

我的日志是:

org.gradle.execution.MultipleBuildFailures: Build completed with 1 failures. at Caused by: org.gradle.api.resources.ResourceException: Could not get resource 'https://jcenter.bintray.com/com/android/support/appcompat-v7/28.0.0-rc01/appcompat-v7-28.0.0-rc01.pom'.

最佳答案

在你的 build.gradle 内的 buildscript -> allprojects

中添加以下存储库
repositories {
maven { url 'http://repo1.maven.org/maven2' }
jcenter { url "http://jcenter.bintray.com/" }
}

关于android - appcompat-v7 :28. 0.0-rc01 构建问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51812167/

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