Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Step by step Gideros Mobile to APK — Gideros Forum

Step by step Gideros Mobile to APK

3DMagicVR3DMagicVR Member
edited March 2012 in Step by step tutorials
Hi every one, may be this is not the right place but I don't know where to ask this, I new about Gideros and Eclipse compiler stuff, few days a go searching a good 2D game maker I find this program (Gideros Mobile) and looks good to me, making some test in GM find that it's very easy to make some basic game functions (movement, color change, etc.) even I could test it with my smartphone (Android) everything was OK but when I try to make an APK the stuff was not so easy, searching on the web find some info about how to import the GM files in to Eclipse to make the APK, and when I do the steps showed I got this errors:

- AndroidManifest.xml -
-- String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenSize') --
-- tag appears after tag --

- MobileTestActivity.java -
-- The method getActionIndex() is undefined for the type MotionEvent --
-- The method getActionMasked() is undefined for the type MotionEvent --

I try to fix that but no results I don't know what to do, if any one can tell me about a good tutorial or how to do that, that will be very nice, thanks in advance.

Comments

Sign In or Register to comment.