How To Fix Incompatibleclasschangeerror During Android Jackson Parsing Using Annotations In Android Lollipop?
In our android app, we use Jackson Annotations in our models: @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = 'templateType', visible = tru
Solution 1:
This is a confirmed bug on some Samsung devices. Unfortunately there is no fix yet, but this Android Bug Tracker thread will probably come up with a fix (if possible) soon:
Post a Comment for "How To Fix Incompatibleclasschangeerror During Android Jackson Parsing Using Annotations In Android Lollipop?"