Skip to content Skip to sidebar Skip to footer

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:

https://code.google.com/p/android/issues/detail?id=172339

Post a Comment for "How To Fix Incompatibleclasschangeerror During Android Jackson Parsing Using Annotations In Android Lollipop?"