How to convert. APK file to .AAB file? Even if it is irrelavant to your field, Please do share this to your friends who are expert in android app development. I would be thankful for all your valuable responses
Asked
Active
Viewed 984 times
4
-
See https://stackoverflow.com/questions/57934077/how-to-make-apk-file-from-aab-file – Dan Aug 05 '21 at 15:31
1 Answers
0
I suppose you are able to build the APK from source. You need to run task bundle<VariantName>
instead of assemble<VariantName>
(or in Android Studio run Build -> Build Bundle(s) / APK(s) -> Build Bundle(s)
.

Dominik Murzynowski
- 315
- 1
- 10