Publish the App
To sign your app in release mode in Android Studio, follow these steps :
On the menu bar, click Build → Generate Signed Bundle / APK → APK
If you already have a keystore, go to step 5.
On the Generate Signed APK Wizard window, click Create new to create a new keystore.
On the New Key Store window, provide the required information, your key should be valid for at least 25 years, so you can sign app updates with the same key through the lifespan of your app.
On the Generate Signed APK Wizard window, select a keystore, a private key, and enter the passwords for both. Then click Next
On the next window, select a destination for the signed APK and Signature Versions.
Select Build Variants : release
Checklist All Signature Version : V1 (Jar Signature) & V2 (Full APK Signature)
click Finish and the signed apk will generated
Last updated
Was this helpful?