-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
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
ReLinker still fixes issues on API 23 (Documentation bug?) #74
Comments
Thanks, that's really interesting! My contacts on the Android team believe that all of the known library-loading bugs were fixed with the release of Marshmallow, so this would seem to be a new bug - or rather, new to them. Happy to take a PR to update the docs! |
Hi people, we see native library errors even on android P:
Our min sdk is 23. Do you think that usage of relinker will help? |
Maybe? Give it a try and let us know. I'm sorry to hear that this continues to be an issue, even on P. |
We (Android) don't know of any issues that would require ReLinker on OS versions that new. An app- or device-specific bug seems likely, but if you file a bug with a repro case we can help figure that out. |
@benjamin-bader sorry for pocking you again. We have a library dependency that tries to load native library. If we load upfront with ReLinker this library, will it be picked up later by library dependency load request? |
@DanAlbert I will file the ticket tomorrow, sorry for the delay. |
I'm also seeing Obviously it's a platform issue but without a way to reproduce I guess we're stuck. Is there a chance ReLinker will help with unknown bugs simply because it does things a little differently? I'll give it a try, I guess. |
@brianguertin I have only seen the bug once in my entire Android dev career at Keepsafe and was never to reproduce it. |
Just noticed in the latest documentation you mention
We are finding that we get
java.lang.UnsatisfiedLinkError
even on Marshmallow, and ReLinker fixes the issue.Should the documentation perhaps be
your minimum SDK is API 23 *and* below
?The text was updated successfully, but these errors were encountered: