반응형
- Cannot run program "svn" (in directory "C:\Program Files\Android\Android Studio"): CreateProcess error=2, 지정된 파일을 찾을 수 없습니다
1. 생각해보니 SVN을 깔지 않았음
https://subversion.apache.org/
https://www.visualsvn.com/downloads/
Apache Subversion command line tools 을 받은후 설치하자
현재 작성일 기준(2018-07-20) 1.10.0버전이 나왔다.
2. 환경변수 등록
다운로드받은 파일을 환경변수에 등록하면 끝
C:\Apache-Subversion-1.10.0\bin
커맨드창에 찍히는지 확인
3. 마지막으로 안드로이드 스튜디오의 세팅에서 경로설정
Use custom configuration directory 에서 svn 설치경로를 설정한다.
반응형
'모바일 > Android' 카테고리의 다른 글
앱의 WebView SSL 오류 핸들러 알림 해결 방법 (0) | 2018.07.24 |
---|---|
attr/colorError not found error when using com.android.support:recyclerview-v7:26.0.0-beta2 (0) | 2018.07.20 |
emulator -avd [] (0) | 2018.05.30 |
AVD에 APK파일 설치 (0) | 2018.05.18 |
다른 개발자 계정으로 앱 이전 (0) | 2018.05.14 |