Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

AndroidSignAndAlignParams

Record Fields

Record FieldDescription
JarsignerPath
Signature: string

Path to jarsigner tool, defaults to assuming it is in your path

KeystoreAlias
Signature: string

(Required) Alias for keystore

KeystorePassword
Signature: string

(Required) Password for keystore

KeystorePath
Signature: string

(Required) Path to keystore used to sign the app

MessageDigestAlgorithm
Signature: string

Specifies the name of the message digest algorithm to use when digesting the entries of a JAR file.

SignatureAlgorithm
Signature: string

Specifies the name of the signature algorithm to use to sign the JAR file.

ZipalignPath
Signature: string

Path to zipalign tool, defaults to assuming it is in your path