-
public interface ITALibLoaderDefine 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 voidloadLibrary(String libName)Loads the native library specified by the libName argument. -
-
Method Detail
-
loadLibrary
abstract void loadLibrary(String libName)
Loads the native library specified by the libName argument.
- Parameters:
libName- the name of the library.
-
-
-
-