mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
288 B
288 B
apktool
Reverse engineer APK files. More information: https://ibotpeaches.github.io/Apktool/.
- Decode an APK file:
apktool d {{file.apk}}
- Build a folder into an APK file:
apktool b {{path/to/directory}}
- Install and store frameworks:
apktool if {{framework.apk}}