problem with app on android device

Hi guys,

This is going to be a noob question. I have corona sdk build 704 on a windows environment. My app works great in the simulator, no errors. I tried to install the application on my Android device (ver 2.3.6)
and it displays the following error

This application has been corrupted

How do I debug something like this? any tools? any suggestions?

Thanks

[import]uid: 67619 topic_id: 20492 reply_id: 320492[/import]

hey mate. it more than likely is CAPS…
Images etc is case sensitive. check that all file names are typed case sensitive [import]uid: 59172 topic_id: 20492 reply_id: 80346[/import]

will check it out… talking abt images… I have actually put my code in different folders, so I can manage my code. Does android need all code and assets to be in the root folder? [import]uid: 67619 topic_id: 20492 reply_id: 80352[/import]

You can put the images in seperate folders. it is all just case sensitive.

if your image is in: Images/MyImage.png

and you specify in your code

images/myimage.png then it will throw the error.

[import]uid: 59172 topic_id: 20492 reply_id: 80477[/import]