realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Choose the linker used during the initialization phase #7796

Open clementetb opened 1 year ago

clementetb commented 1 year ago

Problem

Some users are reporting crashes during the initialization phase where Relinker is not able to find the native libraries.

Solution

Albeit we don't know the exact cause as we cannot reproduce the issue we think it might be related to using Relinker on Android with API >= 23.

Providing a way to disable Relinker on APIS >= 23, or even disabling it completely would allow users to validate if this is the root cause and fix it.

Alternatives

No response

How important is this improvement for you?

Would be a major improvement

Feature would mainly be used with

Local Database only