Using Android Studio to create an application that uses Google Play Services for maps, I have to include the google-play-services library, and also make sure that there are some .jar files and all this jazz. I get it just fine, however at work we use git for version control. If another machine pulls out the files for the specified application from git, and this computer has a different place for the necessary library, the user of this second machine must reconfigure the project to use these libraries of machines and when this user clicks it changes to git, the same should be done for the next user. This makes it difficult, as you might imagine, effective and efficient cooperation with several developers in one project. Is there a best practice guide to make this easier or settings or something that I am not familiar with?
git android-studio collaboration
Scotty
source share