Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 454 Bytes

Installation

wget https://raw.githubusercontent.com/iKeramat/apktool-apksigner/master/installer.sh
chmod +x installer.sh
sudo ./installer.sh

Usage

Decompile apk/java: apktool d filename
Compile apk/java: apktool b filename
Install frameworks: apktool if filename
Sign apk/jar: sign filename

Credits: