DOWNLOAD Apk To Abb

infodjiga

Well-known member
Joined
Aug 26, 2021
Messages
40
Awards
3
Offline
Edit or modify the aab file
This process will convert the apk into aab file

There is no way to edit or modify the file in aab because all file get encoded with protocol-buffers 43 but we can edit the apk and modify it easily. So this process will convert modify apk into aab file

requirements - python 3.6+ is required , Java 8 is required

requirements - python 3.6+ is required , Java 8 is required and download Git 46

To check java and python is installed or not
type these command python --version and java -version

C:\Users\amd>python --version
Python 3.9.6

C:\Users\amd>java -version
java version "1.8.0_301"
Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)

You need to download requirements for tool now just type the below command

pip install -r requirements.txt

Now go to command prompt you have opened in and type below command

python run.py -i "Path\abbtest.apk" -o "path\OutPutFolder\test.aab"

-i = input your apk path
-o = out put of your aab but you need to add this \youraabname.aab in end of your out put path


 

DrDaMaR

New member
Joined
Oct 4, 2021
Messages
11
Offline
can u make video to Explain how to convert i try and it dosent work with me
 

infodjiga

Well-known member
Joined
Aug 26, 2021
Messages
40
Awards
3
Offline
you didn't install java well,
i had problems on win10 now i switched to win11 and everything works great
 

infodjiga

Well-known member
Joined
Aug 26, 2021
Messages
40
Awards
3
Offline
he says again

while i had win 10 i had the same problems

deleted everything and installed win 11 and now it works ok
 
Top