---
title: "What is AAPT?"  
description: "What is AAPT?"  
author: "Anonymous User"  
published: 2015-01-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2302/what-is-aapt  
category: "mobile development"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is AAPT?

AAPT is short for Android Asset Packaging Tool. This tool provides developers with the ability to deal with zip-compatible archives, which includes creating, extracting as well as viewing its contents.Aapt allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. It is the base builder for Android aplications.

## Answers

### Answer by Anonymous User

AAPT is short for Android Asset Packaging Tool. This tool provides developers with the ability to deal with zip-compatible archives, which includes creating, extracting as well as viewing its contents.Aapt allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets. It is the base builder for Android aplications.


---

Original Source: https://www.mindstick.com/interview/2302/what-is-aapt

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
