| Interface | Description |
|---|---|
| ApkBuilder.JarStatus |
Status for the addition of a jar file resources into the APK.
|
| IArchiveBuilder | |
| RenderScriptProcessor.CommandLineLauncher | |
| SourceSearcher.SourceFileProcessor |
| Class | Description |
|---|---|
| ApkBuilder |
Class making the final apk packaging.
|
| ApkBuilder.FileEntry | |
| ApkBuilder.SigningInfo |
Signing information.
|
| ApkBuilderMain |
Command line APK builder with signing support.
|
| DependencyFile |
Parse a dependency file.
|
| FileGatherer |
Source Searcher processor, gathering a list of all the files found by the SourceSearcher.
|
| JarListSanitizer |
A Class to handle a list of jar files, finding and removing duplicates.
|
| ManualRenderScriptChecker |
Checks whether Renderscript compilation is needed.
|
| RenderScriptChecker |
Loads dependencies for Renderscript.
|
| RenderScriptProcessor |
Compiles Renderscript files.
|
| SourceSearcher |
Class to search for source files (by extension) in a set of source folders.
|
| Exception | Description |
|---|---|
| ApkCreationException |
An exception thrown during packaging of an APK file.
|
| DuplicateFileException |
An exception thrown during packaging of an APK file.
|
| JarListSanitizer.DifferentLibException |
Exception used to indicate the sanitized list of jar dependency cannot be computed due
to inconsistency in duplicate jar files.
|
| JarListSanitizer.Sha1Exception |
Exception to indicate a failure to check a jar file's content.
|
| SealedApkException |
An exception thrown when trying to add files to a sealed APK.
|