Save android studio project

Asked

Viewed 153 times

0

I’m making an app and my biggest fear is losing the project (if my pc breaks for example) I want to know if you can save the project to Dropbox or Google Drive without damaging the app, or if there’s another way for me to safely save the project

  • I recommend you use the Github or if it’s private you can use the Bitbucket. For the Github this part has to a X per month.

  • could specify better, I could save my project there? I would have security?

  • If it is private project put in the Bitbucket, but make sure that you will specify on the site that it is a repository private.

  • Thank you very much! will I check! in such cases I could go using and updating automatically? (as it happens in Dropbox)

  • You never used the Git / Bitbucket / Github before? Read this question How to put project in Bitbucket? and the answer, research more about it, has several tutorials on Youtube in Português.

1 answer

0


One of the ways to save the app is by backing up the "src" folder of the project, there will be all its code classes, Activity’s, strings, manifest, etc., to restore the project create a blank project and replace the "src" folder. I usually create a . zip and save in Google Drive or Dropbox, otherwise create a repository in github or bitbucket is generally more used, I also use, having the possibilities of public or private repositories(this is paid for on github) and versioning your files.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.