Skip to content
/ aab2apk Public

It converts AAB to APK, and extracts some interesting information.

Notifications You must be signed in to change notification settings

zz1gg/aab2apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aab2apk🔧

AAB: An Android App Bundle is a publishing format that includes all your app’s compiled code and resources, and defers APK generation and signing to Google Play.

In some test scenarios, you need to convert AAB to APK. At this point, you can use this tool, which is very easy to operate.

description 📒

This tool is named aab2apk. Because it converts AAB to APK, and extracts some interesting information.

The Feature:

  • cross platform
  • output format pretty
  • The operation is simple, just one command aab2apk -e test.aab -o test.apk
  • get some interesting information

How to use

on Windows:

aab2apk.exe -e test.aab -o test.apk

on Mac:

./aab2apk_mac -e test.aab -o test.apk

on Ubuntu:

./aab2apk_linux -e test.aab -o test.apk

notice⚠️

  • bundletool.jar needs to be placed in the aab2apk tool root directory. If your environment is no bundletool, plz go to https://github.com/google/bundletool/releases
  • Random APP samples in the pictures to verify that the tool works. It's random!!! You can choose the APP you want to test,and not it!

About

It converts AAB to APK, and extracts some interesting information.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages