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)
Can you tell me what version of the Rive runtime you're using? It looks like 16kb page size got added very recently 9.13.1: https://github.com/rive-app/rive-android/blob/master/CHANGELOG.md