【发布时间】:2017-10-18 23:10:15
【问题描述】:
我目前正在尝试将 this github 存储库包含到我的 android studio 项目中。我尝试按照this 问题中给出的说明进行操作,但无济于事。
我已将 maven { url "https://jitpack.io" } 行添加到我的项目 build.gradle 以及此行 compile 'com.github.karussell:snacktory' 到我的模块 build.gradle 文件中,但我遇到了无法解决的错误。在我之前链接的问题中,它说要遵循这种格式来添加库compile 'com.github.User:Repo:Tag',但我不确定它的tag 部分应该是什么。
github repo 有一个 pom.xml 文件,其中列出了我可以毫无问题地添加的其他依赖项。有关如何包含此特定库的任何建议?
【问题讨论】:
-
考虑将此 repo github.com/chimbori/crux 用于 android