1、
Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it.
Errors found while svn working copies detection. Fix it.
如图:
解决办法是重新安装一下svn,勾选“command line client tools”(这个默认是不勾选的)。
安装成功后重启AndroidStudio问题就不在了。
2、Subversion command line client version is too old (1.9.0)
如图:
解决:
目前(编写此文时)为止1.9版本是svn的最新版本(如果你现在看到的版本不一致,可能时间久了又出新版本了,主要看解决思路),不可能是版本太老的问题,只可能是最新的问题,所以重新下载1.8版本的svn重新安装即可解决。
参考:http://*.com/questions/32062819/subversion-command-line-client-version-is-too-old-error-in-android-studio
svn历史版本:http://sourceforge.net/projects/tortoisesvn/files/
下载1.8.12版本的重新安装。
相关文章
- TFTP下载程序到开发板遇到的问题及解决方案
- AndroidStudio遇到奇葩SVN问题的解决方案
- 维翔主机asp主机使用遇到的问题及解决方案总结
- centos7 安装VMware Tools 遇到的一系列问题的解决方案
- Dynamics CRM:Word Template Feature 的使用和实际遇到问题解决方案
- java使用sigar 遇到问题的解决方案
- PyTorch 编写代码遇到的问题及解决方案
- ubuntu16.04与win10双系统的安装过程遇到的问题解决方案记录
- 项目中遇到的小问题解决方案
- UIKit和Cocos2d-x的整合使用;设置CCEAGLView背景为透明,来显示背后的UIView; 以及整合中遇到的问题的解决方案