如何在android studio中添加新库

时间:2017-07-01 07:52:36

标签: android android-studio android-library sectionedrecyclerviewadapter

我想在Android Studio中添加this library

我添加了这个

compile io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.1'

进入build.gradle部分。

但是当同步android studio显示此错误时,请点击此链接查看我的错误图片

https://image.ibb.co/mprfOQ/tyed.png

我该如何解决?请帮帮我。

2 个答案:

答案 0 :(得分:0)

他们没有1.1.1版本,他们有1.1.2版本所以使用这样,

compile 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.2'

检查版本here了解更多

答案 1 :(得分:0)

单击错误对话框并更新您的gradle,因为您的库版本和      gradle版本不匹配。

请更新您的gradle文件,错误将得到解决:)