I have a new app I want to publish on Google play. Since it is new I understand that I have to sign it, and use the .AAB file. Searching through the internet it is not so easy to find out how to do this. But this is what I have done so far:
I build the .apk file for the app. According to @Anke a new keystore is created. I download it:
And I store it in a folder called app-signing.
I go to the play console, and select export and upload a key from a java keystore:
I then download the file pepk.jar and the file encryption_public_key.pem and store them in the same folder as the keystore file. So I open the conolse and goes to the directory where the files are stored:
It only takes a few seconds to successfully upload a new app (as AAB) to the Play Store. As I have already explained several times in various posts and guides, you only need a new keystore (if the old one has already been used for other Play Store apps).
Export and backup the current keystore.
Delete the current keystore in the Designer (AI2).
Reload the browser (not quite sure if necessary).
Build the AAB (a new keystore is generated then).
Upload AAB to the Play Store.
That's all. (I checked it again and it took less than 1 min to build a test AAB and upload it successfully to the Play Store.)