[FEATURE REQUEST] Google Play requirement change: ensure 16 KB page size support
Why this feature?
Google Play requirement change requires that all apps support 16KB page size by 31 May 2026 (extended deadline). Are there any plans to support this? Some libraries have LOAD segments not aligned at 16 KB boundaries: lib/x86_64/libgojni.so Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes. For more information about compatibility with 16 KB devices, visit developer.android.com/16kb-page-size.
Suggested Solution
supported 16KB page
Additional Information
No response
I'm also encountering this issue. Could you confirm if there's a version compatible with 16K size or if there are plans to address this problem
I'm also encountering this issue. Could you confirm if there's a version compatible with 16K size or if there are plans to address this problem
Recompile it to resolve the issue.
:: Set linker parameters, specify 16KB page size set "CGO_LDFLAGS=-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384" echo Compilation command gomobile bind -v -trimpath -androidapi 19 -o open_im_sdk.aar -target=android ./open_im_sdk/ ./open_im_sdk_callback/