Android source code download remarks

Source: Internet
Author: User

Android source code downloads are not pasted on the reference network because there are many references. Note the important points to be noted when downloading the source code.

1. google official download steps:

 

The steps are detailed.

Note: Install git-core and curl first.

$: Sudo apt-get install git-core curl

 

2. for domestic reasons (You know), you need to add

74.125.31.82 www.googlesource.com
74.125.31.82 android.googlesource.com
203.208.46.172 cache.pack.google.com
59.24.3.173 cache.pack.google.com

 

3. Create reposync. sh In the downloaded source code folder. content:

#! /Bin/bash
Echo ==== start repo sync ======
Repo sync
While [$? = 1]; do
Echo "===== sync failed, re-sync again ======"
Sleep 3
Repo sync
Done

Run

$:./Reposync. sh

??

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.