Android icon(s)? What sizes, how to add to config.lua?

Can someone please tell me what I need to do to for icons for Android devices?

It looks like I need three sizes: 36x36, 48x48, 72x72. Is that correct?

What do I need to put in the config.lua to use my icons?

I’ve searched, but not found the info I needed. I suspect someone out there just knows…

Thanks,

Sean. [import]uid: 4993 topic_id: 8836 reply_id: 308836[/import]

I believe you just have to name those three images:

Icon-hdpi.png (72x72)
Icon-mdpi.png (48x48)
Icon-ldpi.png (36x36)

and put them in your app root directory. I don’t think you have to do anything to config.lua (worked for me.)

This implies a separate copy of the app code/directory structure for Android and iOS since they handle stuff like icons differently.

Hope that helps. [import]uid: 39515 topic_id: 8836 reply_id: 32727[/import]