Other Libraries that do not support 16 KB

Alessandro71

Well-Known Member
Licensed User
Longtime User

mcqueccu

Well-Known Member
Licensed User
Longtime User
I also saw something like that for some of my apps


B4X:
Recompile your app with 16 KB native library alignment
Your app uses native libraries that are not aligned to support devices with 16 KB memory page sizes. These devices may not be able to install or start your app, or your app may start and then crash.

There are new app bundles in this release that do not support 16 KB.

Version codes:

19
Android 15 supports devices with 16 KB memory page sizes, which can improve your app's performance. We recommend recompiling your app when you migrate to Android 15 and testing your app in a 16 KB environment to avoid issues for users.
 
Upvote 0

Alessandro71

Well-Known Member
Licensed User
Longtime User
I also saw something like that for some of my apps


B4X:
Recompile your app with 16 KB native library alignment
Your app uses native libraries that are not aligned to support devices with 16 KB memory page sizes. These devices may not be able to install or start your app, or your app may start and then crash.

There are new app bundles in this release that do not support 16 KB.

Version codes:

19
Android 15 supports devices with 16 KB memory page sizes, which can improve your app's performance. We recommend recompiling your app when you migrate to Android 15 and testing your app in a 16 KB environment to avoid issues for users.
if you open the details on the bundle page, you'll see offending module
 
Upvote 0

Serge Bertet

Active Member
Licensed User
Longtime User
For me :
base/lib/arm64-v8a/libmodft2.so
base/lib/arm64-v8a/libmodpdfium.so
base/lib/arm64-v8a/libmodpng.so

is there a way to fix that?
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
AxrLottie Lib

base/lib/x86_64/libjlottie.so
base/lib/x86_64/libjlz4.so
base/lib/x86_64/librlottie-image-loader.so
base/lib/x86_64/librlottie.so
base/lib/x86_64/librlottie2gif.so

1753110473921.png


DEADLINE: 1st November 2025
 
Last edited:
Upvote 0
Top