yiotro / Antiyoy

A source code of android game called 'antiyoy'.
422 stars 54 forks source link

Simplify Project Setup #43

Open dpoetzsch opened 6 years ago

dpoetzsch commented 6 years ago

This is a first try to put all relevant project files into the git as described in #42.

What I did was:

  1. Follow the instructions in the README to setup the project.
  2. Added all files to git (an appropriate .gitignore file is also generated by libgdx setup generator)
  3. Also set language level of core module to 1.7
  4. Removed core/core.iml from version control as it is auto-generated by android studio and not needed.

Now, this does not work yet because of android dependencies in core module (GetAndroidClipboardContents and LanguagesManager). Also some assets seem to be missing or misconfigured (screenshot_20180211-005157).

Probably it would be easiest if you compare your gradle files with the ones in this repository so we could adjust the project setup appropriately.