openim-sdk-core icon indicating copy to clipboard operation
openim-sdk-core copied to clipboard

[FEATURE REQUEST] Google Play requirement change: ensure 16 KB page size support

Open lxb229 opened this issue 5 months ago • 2 comments

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

lxb229 avatar Nov 28 '25 06:11 lxb229

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

wukuiqing49 avatar Dec 04 '25 06:12 wukuiqing49

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/

lxb229 avatar Dec 09 '25 10:12 lxb229