How can i use these given below libraries in eclipse. No jar file is found when i extract these zip files. Are these can only be used with android studio ?
https://github.com/ReactiveX/RxJava
https://github.com/square/sqlbrite
Thanks.
How can i use these given below libraries in eclipse. No jar file is found when i extract these zip files. Are these can only be used with android studio ?
https://github.com/ReactiveX/RxJava
https://github.com/square/sqlbrite
Thanks.
I use Android Studio. I add the following to the dependencies in module build.gradle, then like @akarnokd said, the IDE downloads it automatically.
compile 'com.squareup.sqlbrite:sqlbrite:0.2.1'