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/ )
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:
Don't forget to give the end name like svn.exe last as per image.
Apply -> Ok
Restart your android studio now.
Happy Coding!