Package com.getkeepsafe.relinker
Class ReLinker
- java.lang.Object
-
- com.getkeepsafe.relinker.ReLinker
-
public class ReLinker extends Object
ReLinker is a small library to help alleviateUnsatisfiedLinkErrorexceptions thrown due to Android's inability to properly install / load native libraries for Android versions before API 23.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReLinker.LibraryInstallerstatic interfaceReLinker.LibraryLoaderstatic interfaceReLinker.LoadListenerstatic interfaceReLinker.Logger
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReLinkerInstanceforce()static voidloadLibrary(Context context, String library)static voidloadLibrary(Context context, String library, ReLinker.LoadListener listener)static voidloadLibrary(Context context, String library, String version)static voidloadLibrary(Context context, String library, String version, ReLinker.LoadListener listener)static ReLinkerInstancelog(ReLinker.Logger logger)static ReLinkerInstancerecursively()
-
-
-
Method Detail
-
loadLibrary
public static void loadLibrary(Context context, String library, ReLinker.LoadListener listener)
-
loadLibrary
public static void loadLibrary(Context context, String library, String version, ReLinker.LoadListener listener)
-
force
public static ReLinkerInstance force()
-
log
public static ReLinkerInstance log(ReLinker.Logger logger)
-
recursively
public static ReLinkerInstance recursively()
-
-