Logos not showing when Corona for Android project compiled on Mac OS X

Oddly, the standard Android APK (NOT A CORONA PROJECT) includes logos: see: http://kasipovic.com/apk/?file=FreeBetaTest.apk

And this works for a Corona Android APK file, too, when the build is made from the PC.

But on the Mac, the identical project displays the logo properly after being installed on a device, but it is somehow stored in a way in which a typical APK extraction tool cannot display the logo within the APK: see: http://kasipovic.com/apk/?file=playthebible.apk

How does the Mac build APK differ from the PC build? Can you refer me to some documentation about this?

Are you talking about Default.png handling?

I’m sorry, I should have used the proper word “icon” instead of logo. All the icon files are present. This is an issue specifically regarding the Mac build of an Android APk

I found out that the Mac and PC versions of the builds I’m using support -v4 and -v11 of the APK spec - I was witnessing how one version supported -v4 and the other -v11 - that’s all. This is likely because I’m using build 2263 on PC and one of the newest builds on the Mac.

2263 is probably old enough to not support newer icons.  Good catch!

Rob

Are you talking about Default.png handling?

I’m sorry, I should have used the proper word “icon” instead of logo. All the icon files are present. This is an issue specifically regarding the Mac build of an Android APk

I found out that the Mac and PC versions of the builds I’m using support -v4 and -v11 of the APK spec - I was witnessing how one version supported -v4 and the other -v11 - that’s all. This is likely because I’m using build 2263 on PC and one of the newest builds on the Mac.

2263 is probably old enough to not support newer icons.  Good catch!

Rob