From APK to AAB

I have an app that I uploaded as an *.apk forever and a day ago. I'd like to upload a new app and in order to do that, it has to be an *.aab. But when I tried to do that, I got this error message:

You uploaded an APK or Android App Bundle that is signed with a key that is also used to sign APKs that are delivered to users. Because you are enrolled in Play App Signing, you should sign your APK or Android App Bundle with a new key before you upload it.

So, I went back to my original app and tried to upload a new *.aab version and got this error message:

To upload an Android App Bundle you must be enrolled in Play App Signing.

When I asked about that, a very nice person told me:

If you want to upload and publish an app in the Play Store, the following should be observed: Apps that were published in the Play Store before Aug 1, 2021 can still be uploaded as APKs in the Play Developer Console (even after Nov 2021) and therefore do not need to switch to Google App Signing (which simplifies it). Apps that were published in the Play Store after July 31, 2021 must use AABs and also Google App Signing. To test such apps in advance, you should always have an APK generated…

When I did that, I got this error message:

You uploaded an APK or Android App Bundle that is signed with a key that is also used to sign APKs that are delivered to users. Because you are enrolled in Play App Signing, you should sign your APK or Android App Bundle with a new key before you upload it.

I then got this link:

https://www.appypie.com/faqs/how-to-disable-app-signing-from-google-play-console

I flailed a bit trying to figure out what to do. I was finally helpfully directed to this:

image

The problem is, I have not idea how to replace the arguments, what the arguments are or what to replace them with. I tried anyway and got this:

Please remember, I am not a programmer. I am a German major. Most of this is nonsense to me. I also have a day job, and my off-hours are kind of full. A little more instruction would help.

I am unable to provide any answers, but hopefully someone with more knowledge of Google Play can help ?

Thank you.

It doesn't look anyone can.

I tried using Android Studio and it didn't work. I'm trying this line:
java pepk.jar --keystore=C:\android\repository --alias=keay --output=key.zip --output=key.zip --include-cert --rsa-aes-encription --encryption-key-path=C:\android\repository\encription_public_key.pem and got Error: Unable to access jarfile pepk.jar. Perhaps there are minor transcription errors.

There has to be an easier way.

I got sent a link to this: How to request a new upload key - Google Play Developer Community. I'm going to try it out in a week or two (I can't do it in time for my next release on Sunday).

"...it has to be an *.aab"

No.

freind when post your apk on google developer it will generate an uniqe .aab file for every user that downloads it from google play and cannot be downloaded from anewhere else (this was proposed mainly for coy selling games but is going to apply for all apps including free) so its user lockin

No.

Furthermore, since August 2021, only AABs can be uploaded for new apps, from which device-specific APKs are then generated.

ooh sorry i forgot to mention that usually ide itself now adays converts to aab such as in mit app inventof and android studio