Windows 10下面Android模拟器往往会顶到桌面的最上面,也就是上面的最大最小关闭按钮那一栏超过屏幕的最上面的边缘,导致无法拖动。这个时候是非常痛苦的。简单的修正这个问题的办法如下:
在底层任务栏右击,点击“层叠显示窗口”就可以了。
日期: 2015 年 10 月 6 日
Windows下面Android Studio提示“Can't use Subversion command line client: svn”
Windows下面Android Studio提示
1 2 3 4 5 |
Errors found while svn working copies detection. Fix it. Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it. (show balloon) Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it. (show balloon) |
如果安装TortoiseSVN的时候没有选中Command Line Client的话,可能会导致上面的问题。
解决方法就是重新安装Tortoise SVN,在安装的时候选上“command line client tools”即可。