How to generate a signed APK in Android Studio to release your App on Play Store ?
Generate Signed APK From Android Studio
1. Build
2. Generate Signed Apk
3. Choose your key store path & Create New
4. Choose your key store password
5. Chooose your key alias : (Name of App)
6. Choose your key password
7. Fill the form to generate the certificate
8. Choose the APK destination folder & select the Build Type: release
After that check the Apk destination folder you will see your new signed Apk generated.
1. Build
2. Generate Signed Apk
3. Choose your key store path & Create New
4. Choose your key store password
5. Chooose your key alias : (Name of App)
6. Choose your key password
7. Fill the form to generate the certificate
8. Choose the APK destination folder & select the Build Type: release
After that check the Apk destination folder you will see your new signed Apk generated.
Comments
Post a Comment