Vague Android Install Error - Application not Installed

I am currently working on an Accelerometer physics game, so to understand what I need to do I’m trying to load the sample files that come with Corona to the Samsung Infuse to play around and test it. I was able to build the package correctly but every time I install it, it looks like it is installing for a few seconds and I just get an error back that says “Application not Installed” no other explanation.

Anyone know why? I would really appreciate it. [import]uid: 89267 topic_id: 15864 reply_id: 315864[/import]

Can you tell us what utility you are using to install the APK with please? For example, the Android SDK’s “adb” utility. Typically the adb command line utility yields more details.

Also, make sure that you are not trying to install to an ARM6 device, which Corona does not support. It must be an ARM7 device.

In addition, if you are building from Windows, make sure that you have JDK 7 uninstalled and that you are building off of the 32-bit version of JDK 6, which is the version that Android supports. Otherwise you APK will be digitally signed with an algorithm that Android does not support. [import]uid: 32256 topic_id: 15864 reply_id: 58930[/import]

The Samsung Infuse’s CPU is a single core Hummingbird which is ARMv7. Just wanted to mention that so OP can eliminate it as a cause. [import]uid: 49447 topic_id: 15864 reply_id: 58931[/import]

Thank you for the suggestions, they allowed me to springboard off a friend and we realized the issue was I (in confusion) accidentally downloaded the 64 bit JDK and then the 32 bit JDK so the computer was using the 64 bit by default since I hadn’t specified which one to use. [import]uid: 89267 topic_id: 15864 reply_id: 59747[/import]