Anyone experiencing that issue? Getting crash in r...
# compose
v
Anyone experiencing that issue? Getting crash in room3 = 3.0.1 library + sqlite-bundled = "2.7.0" + kotlin = "2.4.10" + ksp = "2.3.9" Crash is Runtime.loadLibrary0 java.lang.UnsatisfiedLinkError - dlopen failed: library "libsqliteJni.so" not found Traces
m
sorry, but this does not seem to be related to this channel
🙏 1
👍🏼 1
v
where can i share this one is related to room3 cmp/kmp issue
d
As it states
libsqliteJni.so
is missing. It could be that something has been messed up when building the app and you/the dependency did not include it. Another alternative is that you are running on a device that is not supported? Then this would happen, e.g if you only have
libsqliteJni.so
for
arm64
but are running it on a Android TV device that uses
arm32
.
v
No android TV
Using only android app and i have checked all 4 variant all have
libsqliteJni.so
file
d
Is it a 16KB mem page device? issuetracker.google.com/issues/541852839 otherwise this might be a fit issuetracker.google.com/issues/442032108
v
only in 2 devices oneplus8 pro and pixel 6 I am getting this issue