如何使用导入Android PullToRefresh

如何使用导入Android PullToRefresh,android,android-studio,android-support-library,pull-to-refresh,Android,Android Studio,Android Support Library,Pull To Refresh,从这个链接url 我使用AndroidStudio,我想将库导入到我的项目中,其他库有依赖项,很容易使用,比如 dependencies { compile 'com.android.xxxxxx } 但是这个库没有,我如何才能将这个库导入到我的项目中谢谢你,你不需要那个项目,获取Android支持库,然后尝试本教程: 您可以尝试以下方法: compile group: 'com.github.chrisbanes.pulltorefresh', name: 'parent', ver

从这个链接url 我使用AndroidStudio,我想将库导入到我的项目中,其他库有依赖项,很容易使用,比如

dependencies {
    compile 'com.android.xxxxxx
}

但是这个库没有,我如何才能将这个库导入到我的项目中谢谢你,你不需要那个项目,获取Android支持库,然后尝试本教程: 您可以尝试以下方法:

compile group: 'com.github.chrisbanes.pulltorefresh', name: 'parent', version: '2.1.1'
可在此处找到:

或者使用从该库派生的库: