My game works fine on the simulator but when I install on my Android phone it gives the message above and will not start. Any suggestions?
[import]uid: 84768 topic_id: 19516 reply_id: 319516[/import]
The most common cause of this is when a user is building an application that uses a capital letter when it shouldn’t, or no caps when it should.
Eg, if you have ball.png in your project and try to load Ball.png it will work in the simulator but fail on device.
Check for caps before anything else, it’s almost always the culprit.
Peach
[import]uid: 52491 topic_id: 19516 reply_id: 75423[/import]
Many thanks, this has fixed the problem. Also, happy new year!
[import]uid: 84768 topic_id: 19516 reply_id: 78201[/import]
I’m thrilled to hear that!
Happy new year to you too 
Peach [import]uid: 52491 topic_id: 19516 reply_id: 78239[/import]