Sebastian Owodzin
08/06/2021, 4:39 PMjava.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/com.example.app-jdniY0VewLbnuIGTvtwW7w==/lib/arm64/libkodein-leveldb-jni.so"
Only happens with release build.salomonbrys
08/07/2021, 12:31 PMSebastian Owodzin
08/10/2021, 8:39 PMDB.open()
It turned out to be my custom minify (R8) settings, I had
postprocessing {
isRemoveUnusedCode = true
isRemoveUnusedResources = true
isObfuscate = false
isOptimizeCode = true
}
when I switched to
isMinifyEnabled = true
everything works fine 🙂