I'm getting a `java.lang.IllegalArgumentException:...
# compose
v
I'm getting a
java.lang.IllegalArgumentException: Can't represent a size of 2147483646 in Constraints
after upgrading from 1.3.0-alpha03 -> 1.6.0-alpha05, and it only appears on a specific device on release builds. Does not happen on emulator or on the same device with a debug build. The stack trace is only compose internal stuff, how could I start debugging this? Not sure if this is present with earlier versions as well
Untitled
I stopped seeing this after doing a completely clean build. I'll get back to this if it appears again
s
1.3.0-alpha03 -> 1.6.0-alpha05
now you really love living on the edge huh 😅
v
Yeah, it's quite unfortunate... Every single version after 1.3.0-alpha03 has had some kind of showstopper for my project (legacy low power embedded devices runnig api 21 and uncommon requirements), I wish I could finally update to get the performance benefits of Modifier.Node refactoring 😅 I've filed like 6 bug reports avout various crashes and memory leaks and they finally are almost all fixed now!
s
I’ve filed like 6 bug reports
Doing lord’s work 😅
v
Hmm, I'm unfortunately still getting this
Untitled
the stack trace is actually line-by-line identical 😅
seems like my version update will be postponed after all...
😢 1