Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Show all

Using YAML to Sign Android APK

Updated on 2023-12-21 GMT+08:00
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

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback