How to update libcocos2djs.so in android app to support 16 KB page size?

Hi all,

As per the new Google Play requirement:
“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 on 64-bit devices.”

I tried building a project with Cocos Creator 2.4.13 to support 16 KB page size. However, after checking with Analyze APK, the generated libcocos2djs.so still shows 4 KB page alignment.


I also tested with other versions of Cocos Creator (2.4.15, 3.8.6) but got the same result.

How can I update the build of libcocos2djs.so to support 16 KB page size?

See the link 【邀请测试】Android 16KB 页面大小特性支持 & 引擎库更新 - Creator 3.x - Cocos中文社区. And you can test the solution listed in the topic.

1 Like

Hope the Cocos team has the update for v2.4.x soon. Currently, the update only works on Cocos Creator v3.8.7

It is on the way. Pls wait.