How to Install and Uninstall aapt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 24,2024

1. Install "aapt" package

Please follow the step by step instructions below to install aapt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install aapt

2. Uninstall "aapt" package

In this section, we are going to explain the necessary steps to uninstall aapt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove aapt $ sudo apt autoclean && sudo apt autoremove

3. Information about the aapt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: aapt
Priority: extra
Section: universe/devel
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Android tools Maintainer
Architecture: amd64
Source: android-platform-frameworks-base
Version: 1:6.0.1+r16-1
Depends: android-libaapt, android-libutils, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/a/android-platform-frameworks-base/aapt_6.0.1+r16-1_amd64.deb
Size: 15760
MD5sum: 460fbdba1adda81270afe5f26ab21439
SHA1: 219b7c2eb7df78df0a9bcc9c7c8f0e4bb3632951
SHA256: 015336066ff55141ccfeb7ddcc6ffd0a89901a0453e87a2545f4969d77920dd5
Description-en: Android Asset Packaging Tool
The Android Asset Packaging Tool (aapt) takes your application resource
files, such as the AndroidManifest.xml file and the XML files for your
Activities, and compiles them. An R.java is also produced so you can
reference your resources from your Java code. This tool allows you to view,
create, and update Zip-compatible archives (zip, jar, apk). It can also
compile resources into binary assets.
Description-md5: 975bf7a86058538d7263494591e4f7d8
Homepage: https://android.googlesource.com/platform/frameworks/base
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu