Hi everybody!
This is my day 1 with gideros and I'm already posting for help
This is my first attempt with gideros and unfortunately I have a problem.
When I deploy it with eclipse (create apk and install it on my device) it runs for 0.5 seconds and then it closes down without doing anything. I can just see it loads the pngs and the labels.
As long as I play the apply on my pc / android device through gideros everything is fine. ^.^;
I deployed some demo project on my device in the same way and had no problems at all.
Therefore, it must be something in my code.
To deploy it / create apk files I use adt bundle (build 20130514) on win7 64bit.
Here is a link to my apply.
http://pastie.org/private/oudbwyfqpp7blzfyew8haI pasted both main.lua and button.lua.
(I'll also attach the project, just in case)
I'm curious to find out what's the problem, I'm totally lost. I hope you can help me!
Thank you in advance!
Comments
The best way to determine an error is to look at LogCat in your Android IDE (Eclipse).
The most common mistake is using case insensitive names of files. For example, if you have a file image.PNG, then using image.png would work on Player, but would crash on Android.
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive