Skip to content

Issue: App flagged for using libnoise.so that doesn't support 16 KB memory pages #838

@Nitesh095

Description

@Nitesh095

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_clientio.github.webrtc-sdk:androidcom.github.paramsen:noise:2.0.0
  • This includes the native libnoise.so, which does not support 16 KB page alignment.

Can you please:

  1. Rebuild the native libnoise.so with the linker flag:

  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions