Wednesday, 21 August 2013

what are the minimum files needed to compile an android project from scratch?

what are the minimum files needed to compile an android project from scratch?

I have an android project with me which I have compiled and run multiple
ties on my machine. I need to send to whole project to some else who wants
to edit and compile the code for themselves. But I think since I have
already compiled the code the workspace's folder has files that were
generated by my compile which will be unnecessary for them. So which files
can I delete, so that they will get just the minimum required files so
that they will be able to compile it in their computer? I want to do this
so that I can reduce the size of the email attachment.

No comments:

Post a Comment