Download android4.4 Source by proxy

Source: Internet
Author: User

Prerequisites: Need to have user, password, proxy server IP and port (all of which can be done on their own next software, such as Freegate, it has a setting can be the proxy server, create User/password)
Used to connect to the Android website


Steps:

1. Set up proxy server, set user name, password

2. Set up the agent under the command line, the following is the method of the Android website, pro-Test available

$ Export Http_proxy=http://<proxy_user_id>:<proxy_password>@<proxy_server>:<proxy_port>
$ Export Https_proxy=http://<proxy_user_id>:<proxy_password>@<proxy_server>:<proxy_port>

Similarly, the proxy setting for other Linux file transfer protocols can be set up as follows:
ftp_proxy=208.67.222.222:3128
no_proxy=192.168.20. (indicates LAN segment 192.168.20.0/24 not proxy)

You can try it when you set it up.

$wget www.facebook.com

See if we can connect.


3. Download Repo, ... Next look directly at the Android website is


Attention:

Modify the fetch under . Repo/manifest.xml to Fetch= "https://android.googlesource.com/", otherwise there will be an error "fatal:". /platform/abi/cpp.git ' does not appear to be a git repository "


Download android4.4 Source by proxy

Related Article

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.