Build Icons

Hi

When I create an IOS app I use the plist in build settings for the icons.

I am now compiling as a aneroid app. I have read the icons sizes to use and to place also in the root folder.

Some of the icons share the same name. So what is the best practice, make a separate copy of the entire project for another platform? As code in Corona allow us to detect what platform it is running on this does not appears the correct way, hopping someone can point me to the best method? 

Thank you

Hi Andrew,

Personally I have a different copy of my app for each platform

There shouldn’t be any Android Icon names that collide with iOS Icon names.  Android uses names like:

Icon-hdpi.png

Icon-mdpi.png

Icon-ldpi.png

Icon-xhdpi.png

Icon-xxhdpi.png

Why not try the following site to create all your icons? Created by a fellow Corona SDK dev. 

http://icon.angrymarmot.org/

Hi Andrew,

Personally I have a different copy of my app for each platform

There shouldn’t be any Android Icon names that collide with iOS Icon names.  Android uses names like:

Icon-hdpi.png

Icon-mdpi.png

Icon-ldpi.png

Icon-xhdpi.png

Icon-xxhdpi.png

Why not try the following site to create all your icons? Created by a fellow Corona SDK dev. 

http://icon.angrymarmot.org/