-1

I have simple question. Is possible to edit my apk from .aab? I lost my project backup file. I just want to update my apk.

Ryan M
  • 18,333
  • 31
  • 67
  • 74
Elton
  • 3
  • 1
  • 1
    Does this answer your question? [Generate Apk file from aab file (android app bundle)](https://stackoverflow.com/questions/53040047/generate-apk-file-from-aab-file-android-app-bundle) – Andrea Olivato Jun 05 '21 at 02:48
  • Mostly...no, you'd have to use a decompiler and it's not gonna be a good time. But if you've got no other option, it's better than nothing. – Ryan M Jun 05 '21 at 06:05
  • I'd reallllllly try to recover the source files if you can, but if you can't, take a look [here](https://stackoverflow.com/q/21010367/208273). – Ryan M Jun 05 '21 at 06:12

1 Answers1

0

You cannot update the code of the apk with the app bundle file(.aab).

Dharman
  • 30,962
  • 25
  • 85
  • 135