ReactiveX / RxAndroid

RxJava bindings for Android
Apache License 2.0
19.89k stars 2.94k forks source link

Error : 1.2.1 -> 2.0.1 #369

Closed sheep0704 closed 7 years ago

sheep0704 commented 7 years ago

'io.reactivex:rxandroid:1.2.1' 升级 compile 'io.reactivex.rxjava2:rxandroid:2.0.1'

报错error: Error:(10, 10) 错误: 程序包rx不存在 import rx.Observable;

JakeWharton commented 7 years ago

That class is no longer present in 2.x. Please read https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0 to learn about the new packages and classes.