gpt4 book ai didi

android - 无法解析 com.huawei.agconnect :agcp:1. 6.0.300

转载 作者:行者123 更新时间:2023-12-04 23:57:21 25 4
gpt4 key购买 nike

需要帮助解决HMS SDK的问题。

> Could not get resource
> 'https://dl.bintray.com/android/android-tools/com/huawei/agconnect/agcp/1.6.0.300/agcp-1.6.0.300.pom'.
> > Could not GET 'https://dl.bintray.com/android/android-tools/com/huawei/agconnect/agcp/1.6.0.300/agcp-1.6.0.300.pom'.
> Received status code 502 from server: Bad Gateway

build.gradle:

repositories {
google()
jcenter()
maven { url 'https://dl.bintray.com/android/android-tools' }
maven {url 'https://developer.huawei.com/repo/'}
}

最佳答案

Received status code 502 from server: Bad Gateway

这可能是因为gradle处于离线模式或者当前网络受限。因此,建议您检查gradle配置和网络设置。

buildscript { 
repositories {
google()
jcenter()
// Configure the Maven repository address for the HMS Core SDK.
maven {url 'https://developer.huawei.com/repo/'}
}
dependencies {
...
// Add the AppGallery Connect plugin configuration. You are advised to use the latest plugin version.
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
}
}

allprojects {
repositories {
google()
jcenter()
// Configure the Maven repository address for the HMS Core SDK.
maven {url 'https://developer.huawei.com/repo/'}
}
}

关于如何配置build.gradle文件,请引用this .

关于android - 无法解析 com.huawei.agconnect :agcp:1. 6.0.300,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70179964/

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