android build issues

I have an app that is working fine for iOS.

I build for android and the apk will not install.
I hired a dev sent it to an android developer and they had he same issue.

They said it is something in the code.

Is it possible that something in the code would stop an apk from being “valid”?
If so, any ideas? I don’t know where to look.
The developer says they will troubleshoot the code but I don’t want get ripped off paying for chasing “ghosts”. [import]uid: 153530 topic_id: 35378 reply_id: 335378[/import]

Make sure the Android devices you’re testing on have a CPU with the ARMv7 instruction set. Corona requires ARMv7.

Many Android devices being sold have ARMv6 or even earlier. Installation of a Corona APK will fail on these devices.

If in doubt, you can Google the device model. [import]uid: 70847 topic_id: 35378 reply_id: 140594[/import]

Make sure the Android devices you’re testing on have a CPU with the ARMv7 instruction set. Corona requires ARMv7.

Many Android devices being sold have ARMv6 or even earlier. Installation of a Corona APK will fail on these devices.

If in doubt, you can Google the device model. [import]uid: 70847 topic_id: 35378 reply_id: 140594[/import]