Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting aapt source using git

Tags:

android

aapt

how can I download Android Asset Packaging Tool (aapt) source using git from this URL https://android.googlesource.com/?

Thanks

like image 288
Kiril Avatar asked Jul 18 '12 13:07

Kiril


People also ask

What is AAPT command?

aapt stands for Android Asset Packaging Tool and is included in the tools/ directory of the SDK. This tool allows you to view, create, and update Zip-compatible archives (zip, jar, apk). It can also compile resources into binary assets.

How do I run AAPT?

open a terminal, go to the tools / directory, run the command. / Aapt.


1 Answers

aapt is located in the Google repo: https://android.googlesource.com/platform/frameworks/base.

Can be cloned by running: git clone https://android.googlesource.com/platform/frameworks/base

like image 180
Kiril Avatar answered Oct 16 '22 10:10

Kiril