Android Studio: automatically signing apps

Viewed 3104

I'm uncertain about this part of the google docs for signing my app on android studios - http://developer.android.com/tools/publishing/app-signing.html:

enter image description here

When I create my signed apps, in android studios, I usually go to: Build > Generate Signed APK and then fill in the details for my keystore. The release apk is then generated to a location I specify.

What does google mean in this section where I can sign my apps automatically? Do they mean I need to config android studio first before I click on assembleRelease in gradle?

enter image description here

1 Answers
Related