Hi all,
I'm managing to get the Android Interpreter compiling fine using Cygwin, but when I import and run it via Eclipse on the Android Player, the emulation starts up, I unlock the dashboard and then the app crashes with an "unexpected error". Here is the data from Eclipse:
threadid=1: thread exiting with uncaught exception (group=0x40015560)
FATAL EXCEPTION: main
E/AndroidRuntime(333): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.thegamecreators.agk_player/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to find native library: android_player
I've got Vista, if that is at all relevant.
I noticed that after building the Android Interpreter, if I try to duplicate the folder (e.g. for my own app) I get permissions issues, even though I have installed AppGameKit using an admin account and allowed the application for all users.
There was a step described in the (very handy) Android pdf supplied on this forum, in which I am supposed to use Cygwin to alter the AppGameKit permissions. I got a warning (not an error) at this point that I wasn't using a POSIX filepath, could this be the problem?
Any help at all on this would be extremely appreciated.
EDIT: Forgot to mention I'm using r7b. I'm aware there are problems with this version but I cannot download r6b from the Android site.
Thanks!