首页 > 解决方案 > 消息:未找到 Repo 'maven'

问题描述

message:Repo 'maven' was not found当我将你的 android 库上传到 Bintray 时,我得到了这个,应该怎么做?我正在关注本教程:https ://www.raywenderlich.com/52-building-an-android-library-tutorial

标签: androidbintray

解决方案


gradle-bintray-plugin自述文件中的第 4 步开始:

repo - bintray 中的现有存储库,用于将工件添加到(例如:'generic'、'maven' 等)

在您附加的博客中,它还在Setup your Bintray Account步骤中指出您需要Add New Repository. 您可以使用 UI 或使用Bintray 的 API创建存储库来创建新存储库。

按照指南,您可以避免很多问题。


推荐阅读