Hi, we are working on an Android app that uses the Realm SDK, and we are encountering an UnsatisfiedLinkError related to librealm-jni.so in the Java SDK version 10.18.0 and librealmc.so in the Kotlin SDK version 1.16.0 when running our app on an Android 15 emulator with 16 KB page sizes.

Error message: “empty/missing DT_HASH/DT_GNU_HASH”.

This issue is critical as we are in the middle of developing our next official release that will support Android 15. I understand that this issue is documented under Jira ticket RJAVA-1264.

We need to know if there are plans to update both the Java and Kotlin SDKs to support 16 KB page sizes. Additionally, if we decide to migrate from Java to Kotlin SDK, will there be any compatibility issues for existing users?

Any guidance or potential workarounds would be greatly appreciated.