I'm new to bitbucket (free git instead of GitHub), working with it for few days (with SourceTree client).
I'm working on a project with one more friend, and we share the whole eclipse project directory through the repository.
At the beginning it went pretty well, but now problems started to pop up.
For example, when my friend pulled new updates (without conflicts), his project suddenly became a real mess. Nothing compiled, the eclipse couldn't find libraries, and once that was fixed eclipse couldn't find some classes (of this libraries, such as ActionBar and more classes of support library and app compat), and later even there was a problem with the resources of the project (eclipse couldn't find R.java ...).
I guess it was a bad idea to share the whole project in the repository.
So what I'm basically asking is, how to work correctly with eclipse projects? What do I need to share and what to ignore? Couldn't find any examples on the internet so I came here.
Thanks ahead.