Reading through the Android Adaptive Icons guide I come across the following statement:
“… Corona Labs provides example ** AndroidResources ** folders when you create a new project from the Welcome screen or menu, or you can copy the folder out of a Corona SampleApp…”
However, in the projects that I’ve created, I don’t see any folder named AndroidResources. I just have a bunch of png files in the project named Icon.png, Icon-hdpi.png, etc…
In the guide it talks about how you need to place these ic_launcher.png files under the AndroidResources/res directory and also there is some xml file which you can modify to change the background color/image.
Guess I must be missing something, but where is this sample AndroidResources folder at?