【发布时间】:2015-07-02 08:50:14
【问题描述】:
我正在尝试将此库 (https://github.com/ozodrukh/CircularReveal) 导入我的项目,方法是:compile 'com.github.ozodrukh:CircularReveal:1.1.0@aar'
但我收到此错误:
Error:(25, 13) Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.0
<a href="openFile">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>
我不明白为什么,因为我以这种方式成功导入了其他库。
【问题讨论】:
-
它使用的是 jitpack.io 而不是 maven central(或)jcentre。你添加了那行吗?
标签: android android-library circularreveal