Search code examples
eclipsegradlerx-javasqlbrite

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


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.


Solution

  • 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.