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?