如何使用import Android-PullToRefresh
How to use import Android-PullToRefresh
https://github.com/chrisbanes/Android-PullToRefresh
由此linkurl
我使用 android studio,我想将库导入到我的项目中,其他库有依赖关系,它很容易使用,比如
dependencies {
compile 'com.android.xxxxxx
}
但是这个库没有,请问如何将这个库导入到我的项目中谢谢
您不需要该项目,获取 Android 支持库并尝试本教程:
http://antonioleiva.com/swiperefreshlayout/
你可以试试这个:
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
https://github.com/chrisbanes/Android-PullToRefresh
由此linkurl 我使用 android studio,我想将库导入到我的项目中,其他库有依赖关系,它很容易使用,比如
dependencies {
compile 'com.android.xxxxxx
}
但是这个库没有,请问如何将这个库导入到我的项目中谢谢
您不需要该项目,获取 Android 支持库并尝试本教程:
http://antonioleiva.com/swiperefreshlayout/
你可以试试这个:
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