Skip to main content
A
7d ago

Crash on Android 15 Devices with 16KB Page Size: Possible Issue with Page Size Update

Encountering the following crash on a device with a 16KB page size running Android 15.
It seems to be related to the 16KB page size update: Page Size Changes - Android Developer Guide

java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in ".../app_lib/librive-android.so" (new hash type from the future?)

at java.lang.Runtime.load0(Runtime.java:933) at java.lang.System.load(System.java:1729)
at app.rive.runtime.kotlin.core.Rive.init(Rive.kt:410)