Your app is compiled for 16 KB devices, but some of its libraries were compiled using an older Android NDK version that can still cause crashes. The following libraries in your app may be affected:
base/lib/arm64-v8a/libplugin.openssl.so
To fix this issue, choose one of the following:
Upgrade to NDK r28 or higher to resolve this automatically.
Recompile your libraries and manually enable linker flags if you can’t upgrade. If your code relies on the PAGE_SIZE macro, you must replace all instances.
I think this is future proof. But I didn’t see any public 16KB env devices.
Even for my Pixel phone, it still have to wipe userdata and reset to enable 16KB options, and then it will bring a 16KB compatible mode to every installed Apps, which currently can run non-16KB compatible App on the 16KB page size env so far.