9

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

Thanks

Kiril
  • 6,009
  • 13
  • 57
  • 77
  • 1
    they wriitten on top `To clone one of these repositories, install git, and run: git clone https://android.googlesource.com/name` – Mohsin Naeem Jul 18 '12 at 13:59
  • I would like to download the source for the aapt tool. But I don't know which git URL to use. – Kiril Jul 18 '12 at 14:09
  • 1
    I think aapt tool is under this https://android.googlesource.com/Kernel-Projects repo. So you need to clone whole source. – Mohsin Naeem Jul 18 '12 at 14:34
  • 3
    It is under [https://android.googlesource.com/platform/frameworks/base](https://android.googlesource.com/platform/frameworks/base). – Kiril Jul 18 '12 at 14:49

2 Answers2

8

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

Kiril
  • 6,009
  • 13
  • 57
  • 77
-1

get GITbash from the below link --> run the command window utility --> copy paste the command line from the repository.

Git Bash

You can either use the command line or the GIT gui tool too.

SKen
  • 612
  • 1
  • 10
  • 20