In Android Studio, what is the "export encrypted key for enrolling published apps" function when generating signed APK/bundle?
Asked
Active
Viewed 7,923 times
1 Answers
10
If you want Android Studio to also save the signature key as an encrypted file, then select the Export encrypted key check box. In order to be able to upload the bundle, you must also upload this encrypted file to the Google Play console and register the application with Google Play.

Rictusempra
- 116
- 2
- 4
-
so if I understand correctly - to upload app bundle I need to check this box right? – natansalda Nov 15 '21 at 07:57
-
"With App Signing, Google manages your app signing keys and uses it to sign your APKs for distribution. Enrolling your app in App Signing is optional. You might have decided to handle the signing and storage of your keys instead of uploading them to Google Play." https://proandroiddev.com/opting-in-existing-apps-to-google-play-app-signing-19239853b57f – Rictusempra Nov 16 '21 at 20:36