develop/android
Windows에서 git로 안드로이드 소스 받기
인드라17
2013. 7. 29. 18:51
출처 : http://blog.projectnibble.org/2011/07/17/android-source-code-in-windows-the-easy-way/
전체 버전의 소스를 다 받는것 같음 -_-;; 각각의 버전별로 받으려면 shell script파일 수정 필요
Note: as Rahul comments, the script points to the old repository urls:
The script uses old links: open it using a text editor and replace all
git://android.git.kernel.org/ with
https://android.googlesource.com/
- Head over to msysGit and get the latest release (I got Git-1.7.6-preview20110708.exe). Install that thing with all the defaults.
- Execute Git Bash from the start menu folder added by the installation
- Much like a command prompt, you can change drives and add folders. Create a folder at the location where you want the android sources. For me this was:
- cd /d
- cd temp
- mkdir android_source
- cd android_source
- Now download the excellent autogit.sh shellscript created by Brad, that downloads all Android repos, to your new folder
- Finally, go back to the Git Bash window and execute ‘sh autogit.sh‘
It’ll take a while to get all of the almost 14 GB of sourcecode.