Yes. On Android 15 with 16 KB memory pages, native libraries (.so
files) built for 4 KB may fail to load, causing this crash. Rebuild with NDK r26+ and set 16 KB alignment. Avoid hardcoded page sizes.
Full explanation and fixes in my blog post (I wrote this).