How do I create backups of a project in Android Studio?

0

I did not find an option to save as and I tried to copy the whole folder but as the project generates files with the very big name it ends up giving error in windows at the time I make the copy by ctrl C ctrl V of the entire folder ... .

    
asked by anonymous 06.05.2016 / 19:47

1 answer

1

Speak Linkon,

The best way is to create an online repository, the most used for Androis projects are GitHub and Bitbucket, follow the links:

GitHub: link

BitBucket: link

It's pretty easy to use, there are plenty of tutorials on the internet, and they save your entire project, so you only need to clone and import into your Android Studio later.

Any questions let me know inbox that I will help you.

Hugs.

    
06.05.2016 / 20:05