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?