Android: Download Repo Source Code Android

From OnnoWiki
Revision as of 05:47, 24 July 2012 by Onnowpurbo (talk | contribs) (New page: Buat path mkdir ~/bin PATH=~/bin:$PATH Download Repo script dan pastikan executable: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo chmod a+x ~/bin/repo ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Buat path

mkdir ~/bin
PATH=~/bin:$PATH

Download Repo script dan pastikan executable:

curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
chmod a+x ~/bin/repo

Buat directory android-source

mkdir android-source
cd android-source

Kalau perlu mount external USB harddisk tempat source-nya

mount /dev/sdX1 android-source

Lakukan manifest

cd android-source
repo init -u https://android.googlesource.com/platform/manifest