java - How do I use LibGDX, Gradle, Git, and Eclipse together? -


i have libgdx project android , windows created libgdx project setup app (https://github.com/libgdx/libgdx/wiki/project-setup-gradle), , have no problems running project on main development computer. want work on project multiple computers , other developers using git, , placed 3 projects git repository. when try downloading , importing projects repository, bunch of build path errors in eclipse, since main computer mac , other computers windows , gradle downloaded libraries projects user library (which i've understood normal behavior). how fix issue? should git repository contain libraries, , must fix build path hand? if case, purpose of using gradle in first place?

if have gradle integration eclipse setup in computers, work if following,

  1. do not commit of eclipse metadata directories/files repo.

  2. in new computer (any os) import(either after cloning externally or materializing git) gradle project , allow tool chain download dependencies , setup eclipse project.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -