Skip to content

Build Instructions

MicahCarrick edited this page Sep 4, 2012 · 4 revisions

We are using a custom Ant build script based on Using Ant to build your libgdx project.

Clone the git repository and navigate to the agenthon-android directory.

git clone git://github.com/Quixotix/agenthon.git
cd agenthon/agenthon-android

Create local.properties for the android project.

android update project --path .

Build a debug APK.

ant debug

Install the APK onto a connected Android device or emulator and launch the main activity.

adb install -r build/agenthon-debug.apk
adb shell am start -n com.quixotix.agenthon/.MainActivity

Clone this wiki locally