Cygwin 터미널로 안드로이드 다운로드

Cygwin 터미널로 안드로이드 다운로드

Windows의 Cygwin 터미널에서 Android를 다운로드하는 데 문제가 있습니다. 나는 다운로드를 위해 이 가이드를 사용합니다:

 - 1) Download cygwin from http://cygwin.com/install.html.
 - 2) Install cygwin with defaults.In cygwin Select defualt page search

for curl and python and check them to be installed.

 - 3) Then start cygwin.exe

go to your preferred directory (mine is D:/Android/sources/4.0/try2 )
cd d:
cd Android/sources/4.0/try2

 - 4) Run the below instructions one by one
 - i) mkdir bin
 - ii) PATH=/cygdrive/d/Android/sources/4.0/try2/bin:$PATH
 - iii) curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo >
   /cygdrive/e/android-s/bin/repo
 - iv) mkdir source
 - v) cd source
 - vi) repo init -u https://android.googlesource.com/platform/manifest
   -b android-4.0.1_r1

give credentials

 - vii) repo sync

따라서 4-ii 단계까지는 잘 작동하지만 4-iii 단계를 사용하려고 하면 다음 오류가 발생합니다.

-bash: curl: command not found

문제는 무엇입니까? 어떻게 해결하나요?

답변1

설치를 다시 실행하고 원하는 패키지를 선택하여 cygwin용 컬 패키지를 설치해야 합니다.

관련 정보