Provides utility and system information classes specific to the Dalvik VM.
more...
Classes
DexClassLoader |
Provides a simple ClassLoader implementation that operates on a
list of jar/apk files with classes.dex entries. |
DexFile |
Manipulates DEX files. |
PathClassLoader |
Provides a simple ClassLoader implementation that operates on a list
of files and directories in the local file system, but does not attempt to
load classes from the network. |
TemporaryDirectory |
Utility class to handle the setup of the core library's concept of
what the "default temporary directory" is. |
TouchDex |
Induces optimization/verification of a set of DEX files. |
VMDebug |
Provides access to some VM-specific debug features. |
VMRuntime |
Provides an interface to VM-global, Dalvik-specific features. |
VMStack |
Provides a limited interface to the Dalvik VM stack. |
Zygote |
Provides access to the Dalvik "zygote" feature, which allows a VM instance to
be partially initialized and then fork()'d from the partially initialized
state. |
Errors