question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ReLinker still fixes issues on API 23 (Documentation bug?)

See original GitHub issue

Just noticed in the latest documentation you mention

If your app includes native libraries, and your minimum SDK is below API 23 (Marshmallow), you need ReLinker.

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?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
DanAlbertcommented, Jul 10, 2020

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.

2reactions
benjamin-badercommented, Mar 10, 2020

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android linker changes for NDK developers
Android linker changes for NDK developers. This document details important changes related to native code loading in various Android releases.
Read more >
By using android new Android App Bundle i have found ...
Hi, I have shared with you the documents. It seems the number of error is decreasing, but not significant, which can be assumed...
Read more >
NDK Revision History | Android NDK - Android Developers
Header-only bug fixes now affect all API levels. The introduction of unified headers fixes inconsistencies in earlier NDK releases, such as:.
Read more >
Fixed issues in Premiere Pro version 22.6.2 - Adobe Support
Learn about fixed issues in Premiere Pro. Know how to fix problems with Adobe Premiere Pro. Use this document for a list of...
Read more >
Maps SDK for Android release notes - Google Developers
Note this feature is experimental and some searches may still include indoor panoramas. For details, see the guide to Street View. Resolved Issues....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found