Soluling home   Document home

Android signing

Android signing

All Android applications must be signed using a key. Use this sheet to specify how to sign the Android application files that are created.

Keystore

Keystore is a file that contains your Android key. Enter the file name or click ... to browse the file.

Keystore type

There are two keystore types:

Keystore type Description
Debug A temporal key that is used to debug Android application.
Release Your private key that is used to sign your application before publishing them.

If you select a release key the following items will be visible.

Keystore password specifies the password of the keystore file.

Key password specifies the password of the key.

Alias specifies the alias of the key.

Learn more about signing from Android documentation.