java.lang.NoClassDefFoundError: rx.Observable at libcore.reflect.InternalNames.getClass(InternalNames.java:55) at java.lang.Class.getDexCacheType(Class.java:479) at ...
I'm using Jackson to deserialize JSON and I got this exception when update to latest version (0.87.0) To fix this I added this to gradle compile 'io.reactivex:rxjava:1.1.0' 12-18 16:58:56.629 ...