Difference between revisions of "OS: Android - Download"

From OnnoWiki
Jump to navigation Jump to search
(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 ...)
 
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 06:57, 2 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




Referensi