Please how can I convert .apk to .aab without Android studio
I created an Android app using AIDE and I wanted to upload to Google Play Store and then I discovered it’s only .aab file format of the app they accept.
Please how can I convert .apk to .aab without Android studio
I created an Android app using AIDE and I wanted to upload to Google Play Store and then I discovered it’s only .aab file format of the app they accept.
3
Answers
Yes, They still accept apk files. However, Apk files are 32 bit now. For Later Android releases like 12 and above, move your Project To Android Studio. There is no option other than using android studio because there is no other ide to support it at the moment. Please Contact google If needed any more assistance.
Via gradle – without android studio, you would use task ‘bundle’ instead of ‘assemble’