출처 : 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.
'develop > android' 카테고리의 다른 글
onConfigurationChanged 호출되지 않을 때 (0) | 2014.01.15 |
---|---|
Recents App List에서 실행됐는지 체크 (0) | 2013.12.10 |
Webview cookie 설정 (2) | 2012.11.26 |
android webview로 javascript 호출 및 이벤트 받기(연동하기) (1) | 2012.11.19 |
공유하기 메뉴 (0) | 2012.08.03 |