Thursday, March 17, 2011

Get Android source code in M$ Windows

(Updated in 20110317)
Link to http://code.google.com/p/msysgit/

Download the Git application as below red rectangle.
git

Keep pressing next to install Git. (Very easy!!)
Execute Git by Git bash
Create a directory to get the Android source code and copy "autogit.sh" to android_source folder
cd /c
mkdir android_source
cd android_source
sh autogit.sh

(Need about 13.7 GB)

autogit.sh is created by me and reference by http://android.git.kernel.org/?a=project_index
There are 163 projects in Android open source project.
If the structure of this project is modified, please tell me to modify autogit.sh.

Reference:
如何在 Windows 平台上下載 Android 的原始碼?

No comments:

Post a Comment

You can leave any question here and I will make a response to you ASAP. :D