| Class | Description |
|---|---|
| ApkUtils |
APK utilities.
|
| ApkUtils.ApkSigningBlock |
Information about the location of the APK Signing Block inside an APK.
|
| ApkUtils.ZipSections |
Information about the ZIP sections of an APK.
|
| Exception | Description |
|---|---|
| ApkFormatException |
Indicates that an APK is not well-formed.
|
| ApkSigningBlockNotFoundException |
Indicates that no APK Signing Block was found in an APK.
|
| 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.
|