RxAndroid Release Apk is not working for build 25.0.2

五迷三道 提交于 2019-12-05 19:10:11

Try adding

-keep class rx.internal.util.unsafe.** {
    *;
 }

to your proguard file.

I'm posting late answer but solution was to use https://github.com/JakeWharton/retrofit2-rxjava2-adapter And setup factory class of retrofit accordingly

Note: rxjava 2 only support retrofit 2 vice versa

Source : experience

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!