Skip to content

[Android] Your app could crash on 16 KB devices #1327

Description

@lorenc-tomasz

What happened?

Hi,
I'm getting warning on Google Play Store

Your app could crash on 16 KB devices

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/libsqliteJni.so
    base/lib/x86_64/libsqliteJni.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.

Not sure if you can do anything about it as you use the libs you use are still compiled using NDK r20?

Version

3.1.1

What platforms are you seeing this issue on?

  • Android
  • iOS
  • macOS
  • Windows
  • web

System Information

Not needed

Steps to Reproduce

Release app on store to got warning

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions