We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some users are reporting crashes during the initialization phase where Relinker is not able to find the native libraries.
Relinker
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.
No response
Would be a major improvement
Local Database only
The text was updated successfully, but these errors were encountered:
librealm-jni.so
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: