Android retina images confusion

Hi, folks

I find the guide on the retina or HD images for Android a little confusing since they state an option to exclude retina images for Android like so:

-- Exclude iOS "retina" image files and .m4a files in the "music" directory         android = { "Icon.png", "\*@2x.png", "music/\*.m4a" },

so, if you build an app on standard size 320x480px, why would you want to remove retina images for Android? Does Corona use only @4x for HD devices on Android or am I missing something here?

Hey, you are getting confused.  That advice was for removing iOS icons from your Android compile.  

Icon images need to in your projects root folder but all other images should always be in a sub folder (such as \images).

Hope that clarifies things.

well yes, that explains a lot. Thank you.

They should write exclude retina icon files and I presume launch screen images (splash screen images) also… “*@2x” means all images that end with that to me. Thanks again.

Where did you find this? If it’s a documentation page or a guide, there is a “Report an issue” link at the bottom of the page. If it’s somewhere else, let me know where and I’ll see about getting that updated.

Thanks

Rob

https://docs.coronalabs.com/guide/distribution/buildSettings/#excluding-files

Hi @Odisej,

Our bad… I’ll update that piece of the documentation now…

Brent

great. thanks

Hey, you are getting confused.  That advice was for removing iOS icons from your Android compile.  

Icon images need to in your projects root folder but all other images should always be in a sub folder (such as \images).

Hope that clarifies things.

well yes, that explains a lot. Thank you.

They should write exclude retina icon files and I presume launch screen images (splash screen images) also… “*@2x” means all images that end with that to me. Thanks again.

Where did you find this? If it’s a documentation page or a guide, there is a “Report an issue” link at the bottom of the page. If it’s somewhere else, let me know where and I’ll see about getting that updated.

Thanks

Rob

https://docs.coronalabs.com/guide/distribution/buildSettings/#excluding-files

Hi @Odisej,

Our bad… I’ll update that piece of the documentation now…

Brent

great. thanks