Class ApkLibraryInstaller

    • Constructor Detail

      • ApkLibraryInstaller

        public ApkLibraryInstaller()
    • Method Detail

      • installLibrary

        public void installLibrary​(Context context,
                                   String[] abis,
                                   String mappedLibraryName,
                                   File destination,
                                   ReLinkerInstance instance)
        Attempts to unpack the given library to the given destination. Implements retry logic for IO operations to ensure they succeed.
        Specified by:
        installLibrary in interface ReLinker.LibraryInstaller
        Parameters:
        context - Context to describe the location of the installed APK file
        mappedLibraryName - The mapped name of the library file to load