Android app not working

I finally got around to try getting my app to run on my android device but for some reason it force crashes before the application loads. I’m not sure what exactly I’m doing wrong. I’m running version 2.3.3 and released my app as that, set an icon, set up the settings to work with my phone version and nothing is working. Is it possible that some of my code could be crashing it? The app works fine for flash, pc / mac, and web. Has anyone else had trouble releasing their apps on android?

Had the same problem with the same phone. Choose “ARMv6 with VFP” as a device filter and “OpenGL ES 1.x” as graphics level. Also I chose Android 2.3.3 as minimum API level. Then it worked.