| Class | Description |
|---|---|
| ApkUtils |
APK utilities.
|
| ApkUtils.ZipSections |
Information about the ZIP sections of an APK.
|
| Exception | Description |
|---|---|
| ApkFormatException |
Indicates that an APK is not well-formed.
|
| CodenameMinSdkVersionException |
Indicates that there was an issue determining the minimum Android platform version supported by
an APK because the version is specified as a codename, rather than as API Level number, and the
codename is in an unexpected format.
|
| MinSdkVersionException |
Indicates that there was an issue determining the minimum Android platform version supported by
an APK.
|