Skip to main content

Android Signing Keystore

Generate an Android signing keystore for Play Store releases.

Command: kappmaker generate-keystore Creates keystore.jks and keystore.properties with a secure random password.

kappmaker generate-keystore --organization "MyCompany"
kappmaker generate-keystore --first-name "John Doe" --organization "MyCompany"
kappmaker generate-keystore --output ./custom-keystore-dir

Run from the project root (containing MobileApp/) or inside MobileApp/ directly.

Options

FlagDescriptionRequired
--first-name <name>Developer name for keystoreOne of these
--organization <name>Organization name for keystoreis required
--output <dir>Output directory for keystore filesNo

Output

Default location: distribution/android/keystore/ inside MobileApp.

  • keystore.jks — the signing keystore
  • keystore.properties — password, alias, and store file path