I tested the application on the simulator does not have any one error. But not running on device, my device show popup “this application has been corrupted”. What is reason to know?
thanks a lot! [import]uid: 116872 topic_id: 23674 reply_id: 323674[/import]
Normally this error occurs on Android when you have not capitalized correctly.
Eg;
myImage = display.newImage(“myimage.png”)
when the image file name is actually “myImage.png”.
Make sure all capitalization is correct; this is almost always the cause. [import]uid: 52491 topic_id: 23674 reply_id: 95143[/import]
Hi Peach Pellen,
I sure all capitalization is correct, I use director and widget. Was that the cause? [import]uid: 116872 topic_id: 23674 reply_id: 95376[/import]
If this is for Android then I believe not all widgets will work.
Have you tried building without widgets to see if you still get the error? [import]uid: 52491 topic_id: 23674 reply_id: 95397[/import]