I included a local *.jar file (library) as described here..
- Click File from the toolbar
- Project Structure
- Select Modules at the left panel
- Dependencies tab
- '+' → JARs or directories
Now, I committed the Android project to github and the previous setting of that local jar file seem to be missing.
Whenever colleagues checkout that project, they do not have the path to that other jar-file.
Questions:
- Where can I specify these steps from above in a gradle (or any other file) to have a link to that *.jar file?
- Another possibility would be a
libs
folder in my app module. What would be the pros and cons compared to 1? - Other possibility also by adding the jar to my git!?