How to Install and Uninstall android-libaapt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 18,2024

1. Install "android-libaapt" package

In this section, we are going to explain the necessary steps to install android-libaapt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install android-libaapt

2. Uninstall "android-libaapt" package

Here is a brief guide to show you how to uninstall android-libaapt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove android-libaapt $ sudo apt autoclean && sudo apt autoremove

3. Information about the android-libaapt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: android-libaapt
Priority: optional
Section: universe/devel
Installed-Size: 818
Maintainer: Ubuntu Developers
Original-Maintainer: Android tools Maintainer
Architecture: amd64
Source: android-platform-frameworks-base
Version: 1:6.0.1+r16-1
Depends: android-libandroidfw, android-liblog, android-libutils, libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libpng12-0 (>= 1.2.13-4), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4)
Filename: pool/universe/a/android-platform-frameworks-base/android-libaapt_6.0.1+r16-1_amd64.deb
Size: 261996
MD5sum: 53ff88615424ce7dbf24bbd7bb82be77
SHA1: 3d8dacde34ac322bac4ca2297de3b0efd739891c
SHA256: e170b5dbe286d30a3731426c59e7986bc3262afd040891112abc34006f3697fb
Description-en: Android Asset Packaging Tool - Shared library
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.
.
This package contains the shared library.
Description-md5: 6766f9d7dc04ef81ed3bf2af26ae59f6
Homepage: https://android.googlesource.com/platform/frameworks/base
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu