Thanks Shai I found the error:
The problem was in a getResourceAsStream, I was loading a file encoded in UTF-8 but some characters was in another encoding, I was capturing the IOException but not a General Exception, so the app crashed. Is strange because in the simulator and in Android device working fine. Best Regards Kandy On Tuesday, September 12, 2017 at 8:14:16 AM UTC+2, Shai Almog wrote: > > Hi, > there are several potential reasons. I suggest adding logging and possibly > trying something like include source to try and track the issue to a > specific area in the code. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/afabca17-d184-4e9f-88e2-1dfb486075d2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
