How can i use sqlbrite and RxJava 1.x in eclipse?

467 views Asked by At

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.

2

There are 2 answers

1
Artem Zinnatullin On BEST ANSWER

Variants:

  1. Clone and build jars yourself -> attach to the project.
  2. Go to maven central and download jars: RxJava, SqlBrite.
  3. Switch to Gradle + Android Studio or use Maven/Ivy in Eclipse or other IDE.
0
candy On

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'