I made the proccess correctly ( I think) and got the aab file but when uploaded to Google Play Console I get this message:
âThe Android App Bundle has not been signedâ
I uploaded it for internal test but testers canât update the app, the âupdateâ button is not available for them in test mode.
When creating the aab file with the app, if the keystore password is âandroidâ there was an error message, although the aab file was created. Could this be the problem?
I think the keystore file got corrupted when downloaded to the mobile device. Will try again and see.
EDIT:
Yes, that was the problem, the keystore file got corrupted. Did it all again with the correct keystore file and now the testers can update the app!
Thanks @Gaston again, great solution!
And I hope Kodular guys do something to improve this because is starting to be desolate.
It does not work and gives an error. Please check the solution first
What we just did is the owner of the application called APK to AAB Converter
He received many advertisements just because of this talk
Hi @Zagal , How much did the size of AAB inflate as compared to the original apk file. Please let me know. Size difference in AAB generated by this signer app vs APK size of Kodular.
You should first understand the difference between APK and AAB and why AAB is heavier.
An AAB compiled with Kodular may be slightly lighter than an AAB created by conversion and it is only due to the compression method, if you open both AABs you will see that the uncompressed content weighs the same.
I did as you said. I exported the APK from the kodular and converted the APK to AAB from the mobile app called Apk to AAB. And I got an SDK 33 error when uploading to Google Play Console.
Hi @Gaston, Can you give your opinion on using BundleTool for creating AAB from APK on windows?
My concern is file size, I a user is downloading 10mb for app and I if I ask him to download 20mb app, my conversion rate will fall and affect the app. I am curious if using BundleTool will lead to lesser file size inflation. Please understand my concern and comment accordingly.
Ok, will try to setup BundleToolâs jar and try to make an AAB with it. When I decompile my Kodular based apk it shows .smali files in sourcecode. Chatgpt asked me to structure the code in Android studio and try generating AAB. Will try to see it.