3

Android Studio 2.3.3

My steps to generate release distributive (sign APK )

Build->Generated Signed APK

Master pass

Generate sign apk step1

Generate sign apk step2

Turn on: V1 (Jar Signature) and V2 (Full APK Signature)

And as result it generated sign apk: app-release.apk.

OK. It's work fine.

Now I want to do get same result only use Gradle (from console). How I can do this?

user8542613
  • 745
  • 2
  • 14
  • 25

1 Answers1

0

Follow the official documentation at https://developer.android.com/studio/publish/app-signing.html#sign-auto

Vampire
  • 35,631
  • 4
  • 76
  • 102