Error “can't use subversion command line client : svn” when opening android project checked out from svn

后端 未结 14 1489
清酒与你
清酒与你 2020-12-02 07:20

I\'m new to Android development and the development tools around it. I have checked out a project from svn using TortoiseSVN client (can\'t manage to do it from within Andro

14条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 07:53

    i have fixed the issue by just downloading the android command line tool from https://www.visualsvn.com/downloads/ download apache comand line tool unzip it on drive go to your android settings/version control/subversion and make sure only command line option is enable set the path of svn.exe as shown below C:\Users\viratsinh.parmar\Apace SVN client\Apache-Subversion-1.8.13\bin\svn.exe

    now in your android studio update the project , you will be able to commit now. you can contact me on parmarvirat@yahoo.com

提交回复
热议问题