2012년 4월 6일 금요일

Android 소스 받기

일단...안드로이드 사이트에 잘 정리 되어 있다.
http://source.android.com/source/downloading.html




  • Make sure you have a bin/ directory in your home directory, and that it is included in your path:
    $ mkdir ~/bin
    $ PATH=~/bin:$PATH
    
  • Download the Repo script and ensure it is executable:
    $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
    $ chmod a+x ~/bin/repo


  • 이하는 생략....

    아래 명령어 실행에서 에러가 나는 경우가 있다.

    repo init -u https://android.googlesource.com/platform/manifest


    git가 설치 되지 않아서 발생하는 문제이다.

    sudo apt-get install git 로 git 설치후 문제 해결!




















    댓글 없음:

    댓글 쓰기

    2024년 여섯번째 도서 리뷰 [무엇이 1등 팀을 만드는가]

    한빛미디어 <나는 리뷰어다> 활동을 위해서 책을 제공받아 작성된 서평입니다. 올해의 마지막 서평이다. 무엇이 1등 팀을 만드는가.... 시작하기에 앞서 제목이 과하지 않은가 하는 생각이 든다. 1등 팀이라....예전 어느 개그 프로에서 ...