forked from silverdev/HexGame
-
Notifications
You must be signed in to change notification settings - Fork 15
Setting up a developer enviroment
Xlythe edited this page May 14, 2012
·
2 revisions
This assumes you have the source code but are not using git. Try it with git first and use this as a fall back.
-
If you don't have Eclipse with Android set up yet, follow the instructions here: http://developer.android.com/sdk/installing.html
-
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.
-
Copy all the files from here into your project (Overwriting everything)
-
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.