Tutorial by Examples

In the menu bar, click Build > Generate Signed APK. Select the module you would like to release from the drop down and click Next. To Create a new keystore, click Create new. Now fill the required information and press ok in New Key Store. On the Generate Signed APK Wiz...
You can define the signing configuration to sign the apk in the build.gradle file. You can define: storeFile : the keystore file storePassword: the keystore password keyAlias: a key alias name keyPassword: A key alias password You have to define the signingConfigs block to create a signin...

Page 1 of 1