Android Studio can't authenticate with SVN

前端 未结 4 656
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-12 14:38

I\'m new in Android Studio. I\'m trying to import my project and work with the built-in svn of android studio.

When I import the project to android studio, it works

4条回答
  •  -上瘾入骨i
    2021-02-12 15:12

    I had same problem, but found a solution.

    1. Go to 'Android Studio > Preferences > Version Control > Subversion'
    2. Uncheck follow two items
      • Use command line client
      • Use system default Subversion configuration directory

    It will now work correctly.

提交回复
热议问题