Wednesday, September 3, 2014

Private GitHub and Gradle problem

We are using a private GitHub as version control. We have set it up so that everyone can sync and commit. Game-ready graphics will be updated directly into the assets folder of the programming project while a separate graphics design folder has been made for the graphic designers.

We struggled a lot with getting Gradle to work with Axels computer, it was a struggle to get it integrated with Eclipse. We managed to find the problem, it seems like the ADT Package was not properly installed with the version of Eclipse with preinstalled Android SDK from the android developers webpage. However we got Gradle to succesfully install with Eclipse, it still did not show up in the import option of Eclipse.

-----

Problem solved, was some administrator hoaxes with Eclipse that prevented packages from installing, or something.