app installed, but doesn't run

Hi,

I’m having a problem with android. I’ve successfully ported a test version of my app to both my iPod, and iPad with no problems. The app works great.

But when i try to build the same thing for the Android, it’s not working. It works in the simulator, so I’m assuming all my code and what not shouldn’t make a difference, but I’m not positive. The only thing I can think of is that I’m using “displayNewImageRect” for independent resolution stuff, but if it works on the simulator, shouldn’t it work on the phone?

I’ve been able to port some of the Corona Sample apps to the phone (Nextus One), but for some reason, having trouble with my own app. I’m using the debug keystore. And I’m using dropbox to transfer and open the file on my phone. Is there a better way?

Anyone have any ideas what could be going on? [import]uid: 11144 topic_id: 6557 reply_id: 306557[/import]

if you have images or sounds (or anything) in subdirectories it won’t work [import]uid: 24493 topic_id: 6557 reply_id: 22760[/import]

oh, wow, i didn’t know that. That’s probably it then. their goes my organization strategy! [import]uid: 11144 topic_id: 6557 reply_id: 22940[/import]

i know! makes things ugly - hopefully a temporary issue [import]uid: 24493 topic_id: 6557 reply_id: 22960[/import]

I’m having the same problem!

I try to build it for android and it doesn’t work… it opens and when a tap one of the app buttons it crashes…
I’ve got all my pictures in the same directory of my other archives…
Any idea what could be doing this? [import]uid: 32005 topic_id: 6557 reply_id: 23470[/import]

All the resources need to be in the root directory. Also look at the logcat to see whats wrong. It may be the sound files for example. Android doesnt handle caf afaik
[import]uid: 8872 topic_id: 6557 reply_id: 23522[/import]

I have no sound files in my app… [import]uid: 32005 topic_id: 6557 reply_id: 23672[/import]

Stick a bunch of
print (“at line 1”)

etc

between your functions on startup. You can view them in adb logcat. It should help you narrow down exactly which function is the problem. [import]uid: 8872 topic_id: 6557 reply_id: 23771[/import]