https://github.com/chrisbanes/Android-PullToRefresh
从此链接网址 我使用android studio,我想将库导入我的项目,其他库有依赖,它很容易使用,如
dependencies {
compile 'com.android.xxxxxx
}
但是这个库没有,我怎样才能将这个库导入我的项目谢谢
答案 0 :(得分:0)
您不需要该项目,获取Android支持库并尝试本教程:
http://antonioleiva.com/swiperefreshlayout/
答案 1 :(得分:0)
你可以试试这个:
compile group: 'com.github.chrisbanes.pulltorefresh', name: 'parent', version: '2.1.1'
在这里找到:
https://mvnrepository.com/artifact/com.github.chrisbanes.pulltorefresh/parent/2.1.1
或使用从这个派生的这个库:
https://github.com/naver/android-pull-to-refresh/wiki/Quick-Start-Guide