How to fix IncompatibleClassChangeError during Android Jackson Parsing using annotations in Android Lollipop?

前端 未结 1 1373
青春惊慌失措
青春惊慌失措 2021-02-05 04:34

In our android app, we use Jackson Annotations in our models:

@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = \"template         


        
1条回答
  •  梦谈多话
    2021-02-05 05:21

    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

    0 讨论(0)
提交回复
热议问题