16KB page size support for Android

We have an application in play store where we integrated couchbase and the current version is 3.1.3.

Recently, we have updated to the new Android Studio and we keep getting an error message related to a 16KB page size.

After checking, the .so files were part of the Couchbase library. Pls confirm if these .so files are part of couchbase lite library. Also pls let us know if there is any plan to release a version with 16KB support. Thanks for your support.

Here is the log from AndroidStudio -

APK is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/arm64-v8a/libLiteCore.so
lib/arm64-v8a/libLiteCoreJNI.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 Support 16 KB page sizes  |  Compatibility  |  Android Developers.

Support was added in 3.2.3

Thank you :slight_smile: . its working.