Ubuntu 10.04 desktop
1. 환경 세팅에 필요한 패키지 설치
$ sudo apt-get install git-core
2. Repo 설치
$ cd ~
$ mkdir Froyo
$ cd Froyo
$ curl http://android.git.kernel.org/repo > ~/Froyo/repo
$ chmod a+x repo
$ cp ~/Froyo/repo /bin
$ mkdir ~/mydroid
$ cd ~/mydroid
$ ./repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo
3. 소스 sync 받기
$ cd ~/mydroid
$ ./repo sync
4. kernel 다운받기
# cd ~
# git clone git://android.git.kernel.org/kernel/common.git kernel
# cd kernel
# git branch
# git checkout --track -b android-2.6.29 origin/android-2.6.29
# git branch
'Education > Android' 카테고리의 다른 글
Android SDK 설치 방법 (1) | 2010.08.12 |
---|---|
Android 환경 설정 (1) | 2010.07.20 |
Android Amulator 설치 (4) | 2010.06.22 |
Android Error - The project cannot be built until build path errors are resolved (0) | 2010.06.22 |
JDK 설정 (0) | 2010.06.21 |