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