Do I have to create a private key and jks file for every app bundle I generate in android studio? I noticed that I can't place them in another folder once I have created the private key and jks file and that it becomes confusing when I have more than a couple of app bundles created.
Asked
Active
Viewed 374 times
0
-
No, you can use a single key to sign multiple different bundles. – huytc Oct 18 '22 at 14:48
-
How do I do that? – AlecW123 Oct 18 '22 at 21:29
-
You should be able to select a keystore and a key when you sign your app bundle: https://developer.android.com/studio/publish/app-signing – huytc Oct 19 '22 at 03:05