Is it possible to decompile an APK file and rebuild it to an .abb file (App Bundle) For publish in Google play console?
Asked
Active
Viewed 428 times
1
-
why can not you create the .aab file directly from the android studio? – Anand Jul 23 '21 at 11:36
1 Answers
0
An APK usually is a subset of an App Bundle. Under normal circumstances you can not re-create the original App Bundle from an existing APK.
If you have the universal APK this would be possible, but there is no supported tooling for this. Building a new App Bundle from source is the recommended way to go.

Ben Weiss
- 17,182
- 6
- 67
- 87