GithubHelp home page GithubHelp logo

Comments (9)

serj-lotutovici avatar serj-lotutovici commented on May 23, 2024

The simplest way would be to copy the library folder and add a build.gradle script which will explain to gradle what to do.

It will take some time to move the hole project to gradle. I'll get to it, and will replay here as soon as I have something.

from android-pull-to-refresh.

ncoolz avatar ncoolz commented on May 23, 2024

Thanks for your comment, serj-lotutovici. I think the library should support aar package as soon. Please wait for next version.

from android-pull-to-refresh.

ncoolz avatar ncoolz commented on May 23, 2024

The library supports now aar package.

You can use that by adding dependency in build.gradle.

 repositories {
    mavenCentral()
}

dependencies {
    compile 'com.navercorp.pulltorefresh:library:3.2.0@aar'
}

from android-pull-to-refresh.

cprcrack avatar cprcrack commented on May 23, 2024

Awesome. Will try to import it in the following days and post hopefully successful results here.

from android-pull-to-refresh.

cprcrack avatar cprcrack commented on May 23, 2024

Tested. Works flawlessly.

from android-pull-to-refresh.

ncoolz avatar ncoolz commented on May 23, 2024

Hello, cho.
Please create new github issue and give me a sample project that has the problem. Thanks.

from android-pull-to-refresh.

markthien avatar markthien commented on May 23, 2024

hi,
I am using Android Studio 0.8.14 and I have put

com.navercorp.pulltorefresh:library:3.2.3

inside dependencies section as follow:

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile files('libs/google-http-client-1.16.0-rc.jar')
compile 'com.github.castorflex.smoothprogressbar:library-circular:1.0.1'
compile 'com.navercorp.pulltorefresh:library:3.2.3@arr'
}

however, I keep getting:

Error:
Failed to find: com.navercorp.pulltorefresh:library:3.2.3
Open File
Open in Project Structure dialog

Please give me a hand here. Thanks in advance
Mark

from android-pull-to-refresh.

ncoolz avatar ncoolz commented on May 23, 2024

':library:3.2.3@arr' in dependencies block should be corrected to ':library:3.2.3@aar'.

from android-pull-to-refresh.

markthien avatar markthien commented on May 23, 2024

you are awesome man. that the most hilarious mistake I ever make. thanks a lot dude !

from android-pull-to-refresh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.