OS: Android - Download: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Sumber: http://source.android.com/source/downloading.html $ mkdir ~/bin $ PATH=~/bin:$PATH $ sudo apt-get install curl $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo ... |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo | $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo | ||
$ chmod a+x ~/bin/repo | $ chmod a+x ~/bin/repo | ||
$ mkdir android-source | |||
$ cd android-source | |||
$ repo init -u https://android.googlesource.com/platform/manifest | |||
Revision as of 23:57, 1 April 2013
Sumber: http://source.android.com/source/downloading.html
$ mkdir ~/bin $ PATH=~/bin:$PATH
$ sudo apt-get install curl $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo
$ mkdir android-source $ cd android-source
$ repo init -u https://android.googlesource.com/platform/manifest