Gson 2.2.2 causing a stackoverflow on 4.2.1 only

前端 未结 2 739
孤街浪徒
孤街浪徒 2021-01-04 13:49

I am developing an app for android which downloads points of interest from a server using JSON strings. Everything was working fine but since I have started testing on 4.2.1

2条回答
  •  耶瑟儿~
    2021-01-04 14:24

    So it turns out this is a bug as Erik Nedwidek pointed out. I took the easy route and downgraded gson from 2.2.2 to 1.7.1, everything works a treat now !

提交回复
热议问题