aapt
aapt 8.13.2-14304508
Build tool that compiles and packages Android app's resources
https://developer.android.com/tools/aapt2Apache License 2.0
main program: aapt2programs: aapt2
Maintainers
Platforms (3)
x86_64-darwinaarch64-darwinx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ aapt ];
Ad-hoc shell
nix-shell -p aapt
Flake (nix run)
nix run nixpkgs#aapt