作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
需要帮助解决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/
需要帮助解决HMS SDK的问题。 > Could not get resource > 'https://dl.bintray.com/android/android-tools/com/huawe
Could not find com.huawei.agconnect:agcp:1.0.0.300. Searched in the following locations: - https:/
我是一名优秀的程序员,十分优秀!