You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Do you have plans to support 16 KB page size devices for Android? I've tried to use the .so files from the latest release 6694 on the emulator with Android 15 and 16 KB page size support, but faced the following issue:
Native libraries failed to load
java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~Xzb4Ucvg6WPgRY4v3ls2JA==/<app.package.name>-BQaZrWH1TUrJR5FkT-NgjA==/base.apk!/lib/arm64-v8a/libpdfiumandroid.so" (new hash type from the future?)
I'm not quite sure if this is about the 16 KB pages support, but everything works fine on old emulators.
Hello.
Do you have plans to support 16 KB page size devices for Android? I've tried to use the .so files from the latest release 6694 on the emulator with Android 15 and 16 KB page size support, but faced the following issue:
Native libraries failed to load
java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_HASH/DT_GNU_HASH in "/data/app/~~Xzb4Ucvg6WPgRY4v3ls2JA==/<app.package.name>-BQaZrWH1TUrJR5FkT-NgjA==/base.apk!/lib/arm64-v8a/libpdfiumandroid.so" (new hash type from the future?)
I'm not quite sure if this is about the 16 KB pages support, but everything works fine on old emulators.
More info about the Android 16 KB page size support:
https://developer.android.com/guide/practices/page-sizes
https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html
The text was updated successfully, but these errors were encountered: