Closed GoogleCodeExporter closed 9 years ago
"stack overflow on call to Lcom/google/gson/internal/$Gson$Types;.resolve:LLLL"
on Nexus 4 running 4.2.1.
Exactly as reported, above. Shipping code runs fine on 2.2 through 4.1.2. Stack
overflows on 4.2.x.
Original comment by d...@aylanetworks.com
on 19 Jan 2013 at 11:22
Same defect here with Nexus 7 running android 4.2.1
Can someone please provide a solution to that? Of course if i'll find a
solution i'll post it here suddenly :)
Luca
Original comment by luca.dim...@gmail.com
on 21 Jan 2013 at 9:09
I have the exact same issue. I solved it (for now) by using GSON 1.7.1 but it
is a lot slower...
Original comment by ferry.sp...@gmail.com
on 21 Jan 2013 at 9:13
I have confirmed that rolling back to the 1.7.1 gson release resolves the
issue. Here's hoping that someone on the gson team can provide a better
resolution. Hopefully this isn't the only course of action for us. 1.7.1 is
quite a bit slower.
Original comment by androidd...@gmail.com
on 21 Jan 2013 at 7:24
I have the same issue. Occurs when a class extends another.
Original comment by juli...@gmail.com
on 22 Jan 2013 at 1:42
I get same error :(. Can anyone help?
Original comment by gawronsk...@gmail.com
on 22 Jan 2013 at 5:11
Same issue here, app works fine with Android API 16 (4.1.2), on on nexus
devices gives FC.
For now I also went back to Gson v1.7.1 to make it works again..
Original comment by rkat...@gmail.com
on 28 Jan 2013 at 9:17
Are you serializing a WeakReference or SoftReference?
Original comment by limpbizkit
on 4 Feb 2013 at 4:03
No, my class structure doesn't contain any SoftReference or WeakReference
declarations, just a basic map of String, BigDecimal, int, and ArrayList<T>.
Original comment by peytonmc...@gmail.com
on 4 Feb 2013 at 5:27
me too getting same error...plz help anyone
Original comment by jadhav.s...@gmail.com
on 31 Jul 2013 at 10:56
Same issue here. App works fine in normal debug mode(when you run your app from
Android SDK to your emulator or phone). But when it's exported and built for
release. It doesn't work.
Original comment by nehalniy...@gmail.com
on 27 Jan 2015 at 9:50
Original issue reported on code.google.com by
androidd...@gmail.com
on 18 Jan 2013 at 8:13Attachments: