You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your app includes native libraries, and your minimum SDK is below API 23 (Marshmallow), you need ReLinker.
There are a number of different bugs addressed by ReLinker; the last of these was resolved as of Marshmallow. As long as your app's min SDK is at or above it, loading libraries via System.loadLibrary("foo") is safe.
Since this project's minimum SDK is API 26, it seems safe to remove ReLinker.
Does ReLinker still solve a problem in this codebase?
Describe the bug
ReLinker appears to be unnecessary
According to ReLinker's documentation:
Since this project's minimum SDK is API 26, it seems safe to remove ReLinker.
Does ReLinker still solve a problem in this codebase?
Relevant code references:
LibraryLoader.kt Line 26
LibraryLoader.kt Line 30
How to Reproduce
Expected behavior
Environment
No response
The text was updated successfully, but these errors were encountered: