How to generate unsigned release apk with Android Studio

Using Android studio 3.2.1 to generate the unsigned release apk for the android application 

Here as shown in below image select your app then follow these steps:

1) Build --> Edit build type --> (app)select release--> Ok

2) Build-> Select build Variant-> change from build to release(As shown in below image) --> It will Build gradle and update indices (Let it complete)

3) Build -->Build bundles/apks ->Build apks
 3.1) This wil start making release apk without signing and also you refer second image for the tasks running while bulding release APK.
 It would take time if you have used the Pro-guard (due to classes and resources being transformed during this step).
 After last task "app:assembleRlease", your release APK will get generated.

No comments:

Post a Comment

Popular Posts