question

abrower10612 avatar image
abrower10612 asked abrower10612 commented

No option to change APK signature version from V2 to V1 in newest version of Android Studio

The latest version of Android Studio (2020.3.1) does not have the checkboxes for selecting V1 and/or V2 when generating a signed APK (see attached images for comparison). Does anyone know how to change from V2 to V1 on the new version of Android Studio?


490-screen-shot-2019-04-02-at-41423-pm.pngscreen-shot-2021-08-12-at-25832-pm.png


Clover Android SDKClover MiniSandbox
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Lee Tickett avatar image
Lee Tickett answered abrower10612 commented

Are you using any kind of DevOps platform?

We hit this exactly problem recently so finally updated our process so the signed APK is built in CI rather than manually by our development team.

I wrote up the details https://tickett.wordpress.com/2021/08/11/building-android-signed-apks-with-gitlab-ci-cd/

Feel free to reach out for assistance. I'm sure you can configure your build.gradle and execute gradle locally too if you don't want to go down the CI route... though I would thoroughly recommend it.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

abrower10612 avatar image abrower10612 commented ·
Thanks Lee! Your blog post about it helped us figure it out. We appreciate you sharing that.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community