Yesterday I am Google's official documentation (http://source.android.com/source/downloading.html) to download Android resources, it can be downloaded, and then I am hanging to let him download
But this morning, I found that the download was interrupted. What may be the reason?
I couldn't find any download location, and I couldn't initialize the repo. Then I got it through the search.
Data http://php.webtutor.pl/en/2011/09/05/kernel-org-hacked-how-to-get-android-repo/
According to this document, I can download to gingerbread, but I also want to download ice cream sandwich
Download the gingerbread command
Repo init-u git: // code=ra.org/platform/manifest.git-B gingerbread
I know you should just change the code buildname after the command, but what is the buildname of ice cream sandwich in codeaurora?
So I went to the official codeaurora website and found the page.
Https://www.codeaurora.org/gitweb/quic/la? P = platform/manifest. Git; A = heads
Party knows that the buildname of ice cream sandwich should be ICs
Therefore
Repo init-u git: // code=ra.org/platform/manifest.git-B ICs
Then repo sync can be downloaded to what I want.
Mark here, I hope it will help u...