Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cancel SVN in a Android Studio Project

Tags:

When I was trying to import a project from Google Code to my own Android project Studio all files from it turned red.

As I got to import the project in Eclipse I'd like to know how to cancel or return to the previous state without SVN project and files in red.

like image 357
kaiser_mzn Avatar asked Oct 16 '13 16:10

kaiser_mzn


People also ask

How to take checkout from SVN in Android Studio?

Choose your SVN repo of your project and click “Checkout”. It will get the contents from your SVN repo and update them to your local project. Select the first one as the destination then click “OK”. It may pop up a dialog showing “Subversion Working Copy Format”, you can choose the highest version and click “OK”.

How do I close a project in Android Studio?

In android studio(3.0. 1), File -> Open Recent -> Manage Projects -> click on 'X' for the project you wish to close. Now if you want to delete the project, go to the project location and delete it.


1 Answers

In Preferences > Version Control choose none from the dropdown menu:

enter image description here

like image 196
Adam Johns Avatar answered Nov 20 '22 03:11

Adam Johns