Hi all,
I started with the template, modified it to my needs (includes a game that works with AppGameKit on windows) and got it compiling with the android NDK (so I have a libtemplate.so)
I "fixed", refreshed and cleaned the project in Eclipse as suggested by this tutorial:
Tier 2 / Android Setup - Tutorial
When my App is installed (on emulator), It tries to run but fails with:
Quote: "java/lang/ClassNotFoundException;: com.thegamecreators.agk_player.AGKHelper in loader dalvik.system.PathClassLoader[.]"
Does anyone have a clue as to what I am doing wrong here?
btw, i'm using the following software om by Windows 7 64bit machine:
- AppGameKit v1076
- android-ndk-r8
- android sdk rev 20
- Java 1.6.0_33 (64bit)