본문 바로가기

나의 플랫폼/안드로이드

[Android] can not run program svn

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Library나 샘플소스를 받으면 아래와 같은 에러가 나올 경우가 있다.


Error: CreateProcess error =2. ~~~~

can not run program svn


그러명 아래와 같은 방법을 이용해 보아라.


Check my solution, It will work.

Solutions:

First Download Subversion 1.8.13 ( 1.8 ) Download link ( https://www.visualsvn.com/downloads/ )

enter image description here

Then unzipped in a folder. There will have one folder "bin".

Then

Go to settings - > Version control -> Subversion

Copy the url of your downloaded svn.exe that is in bin folder that you have downloaded.

follow the pic:

enter image description here

Don't forget to give the end name like svn.exe last as per image.

Apply -> Ok

Restart your android studio now.

Happy Coding!