| Interface | Description |
|---|---|
| ZipEntryFilter |
Classes which implement this interface provides a method to check whether a file should
be added to a Jar file.
|
| Class | Description |
|---|---|
| PackagingUtils |
Utility class for packaging.
|
| Exception | Description |
|---|---|
| DuplicateFileException |
An exception thrown during packaging of an APK file.
|
| PackagerException |
An exception thrown during packaging of an APK file.
|
| SealedPackageException |
An exception thrown when trying to add files to a sealed APK.
|
| SigningException |
An exception thrown when signing fails.
|
| ZipAbortException |
An exception thrown during packaging of a zip file into APK file.
|