There was an error while loading. Please reload this page.
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.
agenthon-android
git clone git://github.com/Quixotix/agenthon.git cd agenthon/agenthon-android
Create local.properties for the android project.
local.properties
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