Package 

Interface ITALibLoader


  • 
    public interface ITALibLoader
    
                        

    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 Summary

      Modifier and Type Method Description
      abstract void loadLibrary(String libName) Loads the native library specified by the libName argument.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadLibrary

         abstract void loadLibrary(String libName)

        Loads the native library specified by the libName argument.

        Parameters:
        libName - the name of the library.