Launcher icon(s)

Hi all,

I used Android Asset Studio to create launcher icons for my game app, by uploading my 512 x 512 png image.

Each icon (ic_launcher.png) showed up in its own folder—e.g. mipmap-hdpi, mipmap-mdpi, etc. – for a total of 5 folders.

My question now is:  where do these folders go?

Should they be placed on the same level as the main.lua in my project folder?

Also, what is the proper code to implement the launcher icon?

Thank you!

Neil

Neil,

Take a look at any of the examples that come with the Corona simulator and you’ll see what you need to do:

PS The same document I linked above shows the proper naming convention to use for the icon files.

Great - thanks!

Neil

Neil,

Take a look at any of the examples that come with the Corona simulator and you’ll see what you need to do:

PS The same document I linked above shows the proper naming convention to use for the icon files.

Great - thanks!

Neil