to top
Android APIs
Added in API level 1
package

dalvik.system

Provides utility and system information classes specific to the Dalvik VM.

Classes

BaseDexClassLoader Base class for common functionality between various dex-based ClassLoader implementations. 
DexClassLoader A class loader that loads classes from .jar and .apk files containing a classes.dex entry. 
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. 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.