App crashes when debug on device

I have finished building my app and I am trying to test it on my device before I buy Corona Premium, but it crashes every time I run it. I go through the build process fine (using the default debug keystore) and it says it has built, but when I send it to my device via usb and install it, it just crashes straight away. Why does this happen?

(I am using windows 7 and the Corona Trial and my device is the samsung galaxy ace) [import]uid: 116264 topic_id: 20279 reply_id: 320279[/import]

make sure all file names capitalization matches.

trying to load a file by the name “Foo.jpg” and the actual file name on the device is “foo.jpg” will fail.

c
[import]uid: 24 topic_id: 20279 reply_id: 79283[/import]

Ive made sure all the file names match but it still wont work. Any suggestions?
[import]uid: 116264 topic_id: 20279 reply_id: 79442[/import]

I too have this problem. I’ve been testing all along - no issues on both Corona and my Iphone 4s and Ipad (gen 1). However, last night I added a new scean, executes perfect on Corona, but crashes both Iphone and Ipad. I will look at the upper/lower case as I did added a pic with uppercase. Will let you know.

Todd [import]uid: 53789 topic_id: 20279 reply_id: 79502[/import]

Wait.

samsung galaxy ace uses arm11

Samsung Galaxy Ace processor: ARMv6, Qualcomm MSM7227 chipset, 800 MHz ARM 11 processor

Corona SDK requires ARMv7 CortexA8 or greater.

@szm218 - might not be related to your issue. that sounds like another issue to me.

C. [import]uid: 24 topic_id: 20279 reply_id: 79505[/import]

thanks that probably explains it. Is there any way around this issue, and if I were to put the app on the market, would everyone with the wrong processor not be able to use the app? [import]uid: 116264 topic_id: 20279 reply_id: 79517[/import]

My issue was creating a newImageRect with a blank ("") file name. So, the simulator just makes a rectangle with the specified color (no errors) but my droid4 said the app was corrupted since it couldn’t find an image. [import]uid: 167583 topic_id: 20279 reply_id: 121016[/import]

My issue was creating a newImageRect with a blank ("") file name. So, the simulator just makes a rectangle with the specified color (no errors) but my droid4 said the app was corrupted since it couldn’t find an image. [import]uid: 167583 topic_id: 20279 reply_id: 121016[/import]