简体   繁体   中英

Convert .apk file to .abb file without Android studio

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.

1- setup Android Studio

2- open your project in Android studio

3- from the Menu at the top choose Build then Generate Signed Bundle/APK...

在此处输入图像描述

4- in dialog box mark at Android App Bundle(aab) and follow steps that it

在此处输入图像描述

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'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM