public interface ApkCreatorFactory
ApkCreator.| Modifier and Type | Interface and Description |
|---|---|
static class |
ApkCreatorFactory.CreationData
Data structure with the required information to initiate the creation of an APK.
|
| Modifier and Type | Method and Description |
|---|---|
ApkCreator |
make(ApkCreatorFactory.CreationData creationData)
Creates an
ApkCreator with a given output location, and signing information. |
ApkCreator make(ApkCreatorFactory.CreationData creationData)
ApkCreator with a given output location, and signing information.creationData - the information to create the APK