Hi team,
My Flutter app is using livekit_client, and Google Play is flagging our release due to libnoise.so not supporting 16 KB memory pages required by Android 15+.
After tracing the dependency tree, I confirmed that:
livekit_client → io.github.webrtc-sdk:android → com.github.paramsen:noise:2.0.0
- This includes the native
libnoise.so, which does not support 16 KB page alignment.
Can you please:
-
Rebuild the native libnoise.so with the linker flag:
-
Or remove/replace paramsen:noise with an alternative RNNoise implementation that supports Android 15.
This will act as blocker for publishing future updates on Google Play.
Thanks in advance!