I'm working on a project in Compose and running th...
# compose
n
I'm working on a project in Compose and running the app on a device. I'm getting this weird error which causes the app to crash if the app is open and I'm editing the code
JNI DETECTED ERROR IN APPLICATION: JNI CallVoidMethodV called with pending exception java.lang.NoSuchMethodError: no non-static method "Landroidx/compose/runtime/HotReloader$Companion;.saveStateAndDispose(Ljava/lang/Object;)V"
. The trace is pretty extensive after that first line. Is anyone else having this issue? Been googling a bit but can't find anything.
👍 1
a
same here
o
I had the same too, didn't know where to notify it. Don't know in which case exactly I was for a repro. Here follow the full stack if that helps
j
Yeah, happens to me too anytime i type anything in the ide
r
I get that running the sample apps ("Rally" is one).
d