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 설치후 문제 해결!
댓글 없음:
댓글 쓰기