Build Configuration for Android
In the build configuration page, you need to provide the details required to sign your app for release
Create an Android Keystore (.jks) File
Check here How to create Android Keystore file (filename.jks file)
Check here How to create Android Keystore file (filename.jks file)
- Upload the keystore fie (.jks) to “Android keystore file” input field in Android Build Configuration.
- Enter “Keystore password” in the input, the same ypu created keystore file.
- Enter “Keystore alias” which you created with keystore file.
- Enter “Keystore alias password” prefer using the same password for the keystore password.
