quickscroll icon indicating copy to clipboard operation
quickscroll copied to clipboard

Can't import to Android Studio

Open borjaruiz opened this issue 10 years ago • 3 comments

How to import to android studio?

I tried compile 'com.andraskindler.quickscroll:quickscroll:0.9.8' but I can't import any library class to my Activities/fragments.

I also tried to importing it as module but Android Studio shows that it doesn't find Gradle.

borjaruiz avatar Nov 13 '15 10:11 borjaruiz

I recognize this must be quite late, but I actually ported this to work with the gradle build system and created a pull request. It was never accepted however. I think this project is not being mantained.

But if you pull from my fork it should work. Just add this to your build.gradle:

compile 'com.github.bilthon:quickscroll:v1.0.0'

bilthon avatar Jan 14 '16 22:01 bilthon

@bilthon doesn't work

Failed to resolve: com.github.bilthon:quickscroll:v1.0.0

lorenzoPrimi avatar Oct 04 '17 09:10 lorenzoPrimi

You're right, I never published it to maven central, so it won't work. I don't know what I was thinking of at the time. But if you check my forked repo you'll actually have a better idea of how to include it using gradle.

bilthon avatar Oct 04 '17 15:10 bilthon