Using YAML to Sign Android APK
version: 2.0 # The value must be 2.0. steps: BUILD: - android_sign: inputs: file_path: build/bin/*.apk keystore_file: androidapk.jks keystore_password: xxxxxx alias: keyalias key_password: xxxxxx apksigner_commond: --verbose
Parameter |
Type |
Description |
Mandatory |
Default Value |
---|---|---|---|---|
file_path |
string |
APK directory. |
Yes |
None |
keystore_file |
string |
Keystore file name. |
Yes |
None |
alias |
string |
Alias. |
Yes |
None |
apksigner_commond |
string |
apksigner CLI. |
Yes |
None |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.