728x90
반응형

안드로이드스튜디오 3

[Android] Android studio shell file execute | 안드로이드 스튜디오 shell 파일 실행

shell 파일을 만들어서 git을 다운받으려고 Android Studio의 termial에서 shell파일을 실행했는데, 계속 에러가 발생함. 에러 : /bin/sh : '/bin/sh' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십시오. 위치 줄:1 문자:1 + /bin/sh E:/AndroidStudioProject/A9_FRAMEWORKS/android9/gitsetup_A9_fr ... + ~~~~~~~ + CategoryInfo : ObjectNotFound: (/bin/sh:String) [], CommandNotFoundException + Full..

WORK/Android 2022.09.06

[Android] AndroidStudio Git 연동

안드로이드 스튜디오에서 직접 git을 연결하여 수정사항을 적용하고, 다른 장소에서 수정사항을 업데이트 받고 싶었다. 그래서 알아본 git과안드로이드 스튜디오! 1. Android Studio repository 생성 VCS > Import into Version Control > Create Git Repository 프로젝트 상위 폴더 선택 이제 repository가 local 에 생성이 되었다.! 2. gitHub에서 Personal access tokens 생성 이제 local 에서 git 계정의 저장소로 반영하기 위해서는 personal access tokens가 필요하다. 아래 github 사이트에서 본인의 계정으로 로그인 한 뒤 진행한다.! github.com/ GitHub: Where the..

WORK/Android 2021.04.07
728x90
반응형