public class NativeLibraryResolver extends Object
CommonPaths#getNativeLibsRoot().| Constructor and Description |
|---|
NativeLibraryResolver() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAbsoluteLibraryPath(String libraryName)
Gets the absolute path of a native library.
|
static void |
setCommonPaths(CommonPaths paths) |
public static void setCommonPaths(CommonPaths paths)
public static String getAbsoluteLibraryPath(String libraryName)
CommonPathsImpl#getNativeLibsRoot().libraryName - The name of the library. Specified in the same fashion as for
System.loadLibrary(String).System.load(String);Copyright © 2015. All rights reserved.