gpt4 book ai didi

android - 无法解析Android库Bintray JCenter

转载 作者:行者123 更新时间:2023-12-03 05:41:47 27 4
gpt4 key购买 nike

我创建了一个Android库,并上传到bintray.com

https://bintray.com/vsay01/maven/androidcommonutils

它也链接到JCenter。

在我的应用程序gradle中,我添加了:

implementation 'com.vsay01.utils:androidcommonutils:1.0.0'

在该项目的实现中,我添加了:
allprojects {
repositories {
jcenter()
google()
maven {
url 'https://dl.bintray.com/vsay01/maven'
}
}
}

同步gradle时,出现错误:
Failed to resolve: androidcommonutils

谁能指出这有什么问题吗?

[编辑]
图书馆信息:
ext {
bintrayRepo = 'maven'
bintrayName = 'androidcommonutils'

publishedGroupId = 'com.vsay01.utils'
libraryName = 'AndroidCommonUtils'
artifact = 'androidcommonutils'

libraryDescription = 'Collections of practical Android common utils classes for developer'

siteUrl = 'https://github.com/vsay01/AndroidCommonUtils'
gitUrl = 'https://github.com/vsay01/AndroidCommonUtils.git'

libraryVersion = '1.0.0'

developerId = 'vsay01'
developerName = 'Vortana Say'
developerEmail = 'sayvortana.itc@gmail.com'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}

谢谢

最佳答案

在artifactId androidcommonutils 下,您只有.pom文件,并且缺少 Artifact 。
您的 Artifact 位于 androidutilslibrary 下。

您需要移动pom或 Artifact 以使用正确的artifactId

关于android - 无法解析Android库Bintray JCenter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52504915/

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