Registry / utility / relinker

relinker

JSON →
library1.4.5javamavenunverified

A robust native library loader for Android that handles loading native libraries safely.

<dependency> <groupId>com.getkeepsafe.relinker</groupId> <artifactId>relinker</artifactId> <version>1.4.5</version> </dependency>
INSTALL
IMPORT
SIG · RELINKER
R
relinker
utilityjavav1.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ReLinker
com.getkeepsafe.relinker.ReLinker

Load a native library using ReLinker

import com.getkeepsafe.relinker.ReLinker; public class Example { public static void main(String[] args) { ReLinker.loadLibrary(context, "native-lib"); } }
Debug
Known issues
gotchaReLinker may not work with all Android architectures; test on target devices.
fix
Ensure native libraries are built for all required ABIs.
affects: >=1.4.5
Upgrade
Version history
1.4.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
relinker — mvn dependency:get relinker · libregistry