Edit or Modify the AAB file

aa.apk (5.5 MB)


there seems to be something wrong with my computer. please help me i tried to edit manifest and not edit manifest then i packed into AAB but error number 5 happened again. and i’m trying to create a new project like in picture 1,2,3,4 and here i’m linking the apk. can the apk be repackaged into AAB on your device?

1 Like

Hey, can you plz tell the password of key.jks which you have used to sign in this method

i update my tool 2 days ago now you can paste your key in libs/android.keystore and no need to enter password

that was temporary key i named it as key.jks and password was 123456789

3 Likes


how to solve this error?? python and java version already recognize in CMD… i already install and reinstall python and java but still error. any other solution??

Java 8 is not installed on your computer

Follow this guide @NFR_107

In your screenshot everything is working fine

1 Like

2021-09-06_19-47-56
yep , everything working fine. i already add the path on environment variable before but still stuck with the convertion APK to AAB… maybe any other solution??

Is the Java You Installed JRE or JDK?
@NFR_107

JDK. tell me if i wrong install with the java JDK and i will change to JRE

Don’t do

Try and show the full output

1 Like

JDK Is right

Ya So We can Understand Where the Error is

1 Like



full output

Java is not in your environment variables path add the jdk and then show full output from the command you executed to end of output

1 Like


Thanks sys. problem solve and already convert to AAB. just my last question, you think the error in the red line will be a problem with my AAB???

Ingore that because by mistake I add zip word as command in hurry for updates

Your aab has generated in your output path

Now all done @NFR_107

1 Like

Maybe it was an Error Before The Conversion but it was resolved

That is not an error I told by mistake i add zip word as command in hurry to release 1.3 update

Just ignore that and that will not effect on making aab file

1 Like

Thanks you so much sys

1 Like

can you help me with this error? please…

Yeah sure , I will help you but in morning right now i am not on my pc

1 Like

Microsoft Windows [Version 10.0.19042.1165]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>git
usage: git [–version] [–help] [-C ] [-c =]
[–exec-path[=]] [–html-path] [–man-path] [–info-path]
[-p | --paginate | -P | --no-pager] [–no-replace-objects] [–bare]
[–git-dir=] [–work-tree=] [–namespace=]
[–super-prefix=] [–config-env==]
[]

These are common Git commands used in various situations:

start a working area (see also: git help tutorial)
clone Clone a repository into a new directory
init Create an empty Git repository or reinitialize an existing one

work on the current change (see also: git help everyday)
add Add file contents to the index
mv Move or rename a file, a directory, or a symlink
restore Restore working tree files
rm Remove files from the working tree and from the index
sparse-checkout Initialize and modify the sparse-checkout

examine the history and state (see also: git help revisions)
bisect Use binary search to find the commit that introduced a bug
diff Show changes between commits, commit and working tree, etc
grep Print lines matching a pattern
log Show commit logs
show Show various types of objects
status Show the working tree status

grow, mark and tweak your common history
branch List, create, or delete branches
commit Record changes to the repository
merge Join two or more development histories together
rebase Reapply commits on top of another base tip
reset Reset current HEAD to the specified state
switch Switch branches
tag Create, list, delete or verify a tag object signed with GPG

collaborate (see also: git help workflows)
fetch Download objects and refs from another repository
pull Fetch from and integrate with another repository or a local branch
push Update remote refs along with associated objects

‘git help -a’ and ‘git help -g’ list available subcommands and some
concept guides. See 'git help ’ or 'git help ’
to read about a specific subcommand or concept.
See ‘git help git’ for an overview of the system.

C:\Windows\system32>git clone https://github.com/simple125345/APK_TO_AAB
Cloning into ‘APK_TO_AAB’…
remote: Enumerating objects: 46, done.
remote: Counting objects: 100% (46/46), done.
remote: Compressing objects: 100% (33/33), done.
Receiving objects: 73% (34/46), 69.55 MiB | 5.62 MiB/sreused 0 eceiving objects: 69% (32/46), 69.55 MiB | 5.62 MiB/s
Receiving objects: 100% (46/46), 70.88 MiB | 5.42 MiB/s, done.
Resolving deltas: 100% (13/13), done.

C:\Windows\system32>cd APK_TO_AAB

C:\Windows\System32\APK_TO_AAB>pip install -r requirements.txt
Collecting PyYAML==5.4.1
Downloading PyYAML-5.4.1-cp39-cp39-win_amd64.whl (213 kB)
|████████████████████████████████| 213 kB 409 kB/s
Installing collected packages: PyYAML
Successfully installed PyYAML-5.4.1
WARNING: You are using pip version 21.2.3; however, version 21.2.4 is available.
You should consider upgrading via the ‘C:\Users\97450\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip’ command.

C:\Windows\System32\APK_TO_AAB>git clone https://github.com/simple125345/APK_TO_AAB
Cloning into ‘APK_TO_AAB’…
remote: Enumerating objects: 46, done.
remote: Counting objects: 100% (46/46), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 46 (delta 13), reused 40 (delta 9), pack-reused 0
Receiving objects: 100% (46/46), 70.88 MiB | 4.47 MiB/s, done.
Resolving deltas: 100% (13/13), done.

C:\Windows\System32\APK_TO_AAB>python run.py -i “C:\Users\97450\Downloads\test29to30\birthday_song_maker30v1.apk”-o “C:\Users\97450\Downloads\test29to30\Birthdaysong_30.aab”
usage: run.py [-h] -i INPUT -o OUTPUT [–keystore KEYSTORE] [–store_password STORE_PASSWORD] [–key_alias KEY_ALIAS]
[–key_password KEY_PASSWORD] [–apktool APKTOOL] [–aapt2 AAPT2] [–android ANDROID]
[–bundletool BUNDLETOOL] [–pad_reg PAD_REG]
run.py: error: the following arguments are required: -o/–output

C:\Windows\System32\APK_TO_AAB>