一、出现的问题
新电脑安装Android Studio 2.1版本,导入工程后报错“Can't use Subversion command line client: svn”;
如图所示:
此时只安装了TortoiseSVN,参考其他网友在重新安装TortoiseSVN的时候选择安装了“command line client tools”,但安装好后并没有解决问题。
还有的网友是单独安装了visual SVN解决了问题,我觉得有点麻烦。
二、解决的方法
在上文选择安装“command line client tools”基础上,点击“Can't use Subversion command line client: svn”的 Fix it 此时 Android Studio已经跳到如图界面:
如图所示,将TortoiseSVN的 svn.exe地址填入“use command line client ”,比如我的是 C:\Program Files\TortoiseSVN\bin\svn.exe。
(如果在安装地址中找不到svn.exe 则有可能在安装TortoiseSVN的时候没有选择安装“command line client tools”,这时需要重装。)
填好后点ok即可,第一个问题解决,再等一会,第二个问题也消失了。