Skip to content

Setting up a developer enviroment

Xlythe edited this page May 14, 2012 · 2 revisions

Want to help contribute (or just get the source to compile)? This page is for you!

This assumes you have the source code but are not using git. Try it with git first and use this as a fall back.

  1. If you don't have Eclipse with Android set up yet, follow the instructions here: http://developer.android.com/sdk/installing.html

  2. Create a new Android Project. The project name should be "HexGame_Android" The package name should be "com.sam.hex". The version should be "Android 4.0.3". Don't create an Activity.

  3. Copy all the files from here into your project (Overwriting everything)

  4. Go to Window > Preferences > Java > Installed JREs Double click on the checked JRE and then "Add External JARs". Browse to the "libs" folder in the project and add all the JAR files inside there.