Bring files in Android Studio 2.1

1

A huge favor ... I started my adventure in Android, but I have doubts, when I take my project in Android Studio (as simple as this is) I see that a folder that weighs between 40 to 50 MB is created ... The question is this:

  • To execute my progress on another PC ... I must always carry the whole project
  • There is some form or guidance to just carry the necessary files

I await a response and you can help me ..

    
asked by Max Alí Jara Paredes 04.12.2016 в 12:21
source

1 answer

0

That folder you mention weighs between 40 and 50 Mb, sometimes it can weigh much more.

The folder is /build , if you want to copy the project you can delete the folders /build of your project since they are not necessary and are generated again when building your project, with this you will get a very small weight of your project compared when containing these directories.

I also advise you if you work on a computer, to use a versionator such as GIT or Subversion, where these unnecessary directories can be ignored.

    
answered by 04.12.2016 / 12:37
source