Rxjava: Error:Failed to resolve: io.reactivex.rxjava2:rxjava:2.x.y

Created on 6 Jan 2018  Â·  2Comments  Â·  Source: ReactiveX/RxJava

I added this in gradle,

compile "io.reactivex.rxjava2:rxjava:2.x.y"

but when i sync the gradle ,it just cause an eror, Error:Failed to resolve: io.reactivex.rxjava2:rxjava:2.x.y

Most helpful comment

Replace x with 1 and y with 8.

You can check
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxjava%22
for
the latest version.

On Sat, Jan 6, 2018 at 12:44 AM Tao notifications@github.com wrote:

I added this in gradle,

compile "io.reactivex.rxjava2:rxjava:2.x.y"

but when i sync the gradle ,it just cause an eror, Error:Failed to
resolve: io.reactivex.rxjava2:rxjava:2.x.y

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/ReactiveX/RxJava/issues/5794, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEEEVG7j6g3I200sJeeN8ZnGz7AHTGrks5tHwgugaJpZM4RVNLu
.

All 2 comments

Replace x with 1 and y with 8.

You can check
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxjava%22
for
the latest version.

On Sat, Jan 6, 2018 at 12:44 AM Tao notifications@github.com wrote:

I added this in gradle,

compile "io.reactivex.rxjava2:rxjava:2.x.y"

but when i sync the gradle ,it just cause an eror, Error:Failed to
resolve: io.reactivex.rxjava2:rxjava:2.x.y

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/ReactiveX/RxJava/issues/5794, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAEEEVG7j6g3I200sJeeN8ZnGz7AHTGrks5tHwgugaJpZM4RVNLu
.

thanks a lot ,I have just started to learn, thank my idol

Was this page helpful?
0 / 5 - 0 ratings