Package xcrash

Interface ILibLoader


  • public interface ILibLoader
    Define the native library loader.

    In practice, older versions of Android had bugs in PackageManager that caused installation and update of native libraries to be unreliable.

    • Method Detail

      • loadLibrary

        void loadLibrary​(java.lang.String libName)
        Loads the native library specified by the libName argument.
        Parameters:
        libName - the name of the library.