Download Android source code in Windows

Source: Internet
Author: User
Tags using git

Recently, the source code of the android built-in project is required. A search on the Internet is to be downloaded using git in Linux. Later, I found the GIT Download Method in windows. The procedure is as follows:

1. Go to http://code.google.com/p/msysgit/downloads/listto download the latest git tool in windows, and then install

2. Create a new folder on your disk and enter the folder. Right-click and select git Bash. The DOS window is displayed.

3. Enter the address in the GIT code library to be downloaded in the DOS window. For example, the address of the music player is android.git.kernel.org/platform/packages/#/music.git.

The input is
Git clone http://android.git.kernel.org/platform/packages/apps/Music.git, and then press enter to automatically download to the current folder. Many of them write on the Internet:

Git
Clone git: // clone.

 
The command is as follows:

 

 
After the download is successful, you can freely modify the source code.

Note:
In Windows, you cannot batch download without the repo component. (Repo is a component of the GIT controller in Linux that supports batch download.) You can only find the Code address of each specific module and download it one by one. It is troublesome.

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.