I'm over the moon, as I have just managed to follow the guide and get my app as an .apk file and its working on my phone... Kind of...
I'm not sure if this issue has been reported already, but I am finding that the Text being displayed on the device is not consistent with what is being displayed on the AppGameKit Player... Here's a couple of screenies to show you what I mean.
This is it in the AppGameKit Player (look at the Score):
And here it is on my device with a compiled .apk file:
Has anyone experienced this or knows what I have done wrong?
Many thanks!
EDIT: Solved... Not entirely sure how, but I was using my own font and named it Arial.png, apparently (and probably not suprisingly) there is already a system font called Arial.png which must have been conflicting. Once I renamed this to ArialFont.png all worked fine...