我想在 Android Studio 中添加这个库。
我添加了这个
compile io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.1'
进入build.gradle
部分。
但是当同步 android studio 向我显示此错误时,请单击此链接查看我的错误图像
我该如何解决?请帮我。
我想在 Android Studio 中添加这个库。
我添加了这个
compile io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.1'
进入build.gradle
部分。
但是当同步 android studio 向我显示此错误时,请单击此链接查看我的错误图像
我该如何解决?请帮我。
Click on error dialog and update your gradle because your library version and gradle version is not matching.
please once update your gradle file the error will be resolved :)
他们没有 1.1.1 版本,他们有 1.1.2 版本所以这样使用,
compile 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.2'
在此处查看版本以获取更多信息