Articles → Android → Create A Signed Apk Using Android Studio
Create A Signed Apk Using Android Studio
Steps
- Go to Build Generate Signed bundle/APK...
- Following window will appear
Click to Enlarge
- Select APK and click on Next. Following window will appear
Click to Enlarge
- The key store path (which is the jks file on local path on your machine).
- Key store password
- Key password.
- In the last window, you can select the build variant and destination folder (where apk gets generated).
Click to Enlarge
- Click on Finish and your APK gets generated on destination folder.
Create A New JKS File
- Click on ‘Create new…’ on the following screen
Click to Enlarge
- Following window will appear, where you can enter the path and password
Click to Enlarge
- Once you click on Ok, jks file will get created.
Why Do We Need Jks File?
- This file is used to sign APK file.
- You can store your certificate in this file.
- You can sign multiple applications (APK files) with the same key store files.
- Only holder of the certificate can update your application on play store.