This repository was archived by the owner on May 17, 2025. It is now read-only.
Releases: arghya339/aapt2
Releases · arghya339/aapt2
AAPT2 Binary for Android
Change log 👇
- Added support for multiple architectures (armeabi-v7a, arm64-v8a, x86, x86_64).
- Updated AAPT2 to the latest version.
- Fixed bugs in the previous version.
- ReVanced/aapt2
How to use AAPT2 on Android 👇
- Termux: ~ arch=$(getprop ro.product.cpu.abi) && curl -L "https://github.com/arghya339/aapt2/releases/download/all/aapt2_$arch" -o "$HOME/aapt2" > /dev/null 2>&1 && chmod +x "$HOME/aapt2" && echo && "$HOME/aapt2" version
AAPT2 guide - Android Developers
Full Changelog: https://github.com/arghya339/aapt2/commits/main