commands.sh

apktool

all

Reverse engineer APK files.

More info →

Examples (3)

Decode an APK file

apktool d path/to/file.apk

Build an APK file from a directory

apktool b path/to/directory

Install and store a framework

apktool if path/to/framework.apk
made by @shridhargupta | data from tldr-pages