public class PathClassLoaderFactory extends Object
Modifier and Type | Method and Description |
---|---|
static PathClassLoader |
createClassLoader(String dexPath,
String librarySearchPath,
String libraryPermittedPath,
ClassLoader parent,
int targetSdkVersion,
boolean isNamespaceShared)
Create a PathClassLoader and initialize a linker-namespace for it.
|
public static PathClassLoader createClassLoader(String dexPath, String librarySearchPath, String libraryPermittedPath, ClassLoader parent, int targetSdkVersion, boolean isNamespaceShared)