【发布时间】:2017-11-14 04:06:05
【问题描述】:
我正在尝试学习如何发布 Android 库。
我已按照此博客中的说明进行操作:
http://florentchampigny.com/publish-a-library-to-jcenter
但是当我到达最后一步并按下“添加到 jCenter”按钮时,我收到以下错误:
请在提交 jCenter 包含之前修复以下问题 请求: - 将 POM 文件添加到最新版本的包中。
我看到列出的文件名为“Industry-0.0.0-alpha0.pom?override=1”,但是当我点击它时,我收到了消息:
未找到请求的路径。
如果有帮助:
我的仓库位于:https://bintray.com/labermt/Industry
我的源代码位于:https://github.com/labermt/IndustrySampler
我对此完全陌生,所以它很容易变得简单。我也在寻找博客或文档来帮助我了解如何做到这一点。到目前为止,这个博客让我最接近。
谢谢。
【问题讨论】:
标签: android android-library publishing bintray jcenter