I'm having a strange problem currently. The application/APK I'm putting out is not installing on some android devices, but is installing on others.
I checked the log during the install process for one of the failed devices, and saw two things of note:
Package DBIWebAppConversionPCL.Android has no certifactes at entry res/drawable/icon.png; ignoring!
and
D/InstallAppProgress( 9668): Installation Error Code -103
I'm trying to sort out what could have gone wrong with the keystore, but would anyone have an idea why I'd be getting the png error, or why I'd get error code -103 on some devices but not others?