I am using the android SDK with eclipse. I am sharing my project using git with other team members. Originally the android.jar file in 'Android Dependencies' is referenced absolutely (i.e. relative to my home directory). To make it relative tot he project directory I copied the android.jar to a libs/ folder in the project, right clicked and added to build path. However my project now has two android.jar, the one in the /libs/ folder and one that keeps reappearing in 'Android Dependencies'. I need to keep deleting 'Android Dependencies' in order to stop errors arising from having two android.jar files. Is there a proper way to go about what I am trying to achieve?
In essence, what I am trying to achieve is for the android.jar in 'Android Dependencies' to be the .jar in the /libs/ folder, not the .jar in the /my-home-directory/android-sdk-linux/platforms...etc.
Many thanks!