Change Corona Icon apk file

When we build the game for android and upload the apk file to the smartphone we access and install the game by starting the file in ASTRO File Manager. The icon we see is a Corona Logo. We want to change this to the logo of the game.

The project folder does not have a Corona icon. In the project folder we have the following files (all customized):

Icon-72.png 72 x 72
Icon-ldpi.png 36x36
Icon.png 57x57
Icon@2x.png 114x114
Icon-mdpi.png 48x48
Icon-hdpi.png 72x72

The game icon is showing everywhere, except when we look at the apk file to install the game

So where’s the Corona Icon coming from? Thanks in advance
[import]uid: 177923 topic_id: 31933 reply_id: 331933[/import]

When you make the build, does the console have an error such as: “[copy] Warning: Could not find file … to copy.” That would be the first place to look. Maybe there’s a typo in one of your filenames? [import]uid: 12217 topic_id: 31933 reply_id: 127366[/import]

I believe that Icon-hdpi.png should be a 64x64 and that might be your problem
[import]uid: 19626 topic_id: 31933 reply_id: 127368[/import]

When you make the build, does the console have an error such as: “[copy] Warning: Could not find file … to copy.” That would be the first place to look. Maybe there’s a typo in one of your filenames? [import]uid: 12217 topic_id: 31933 reply_id: 127366[/import]

I believe that Icon-hdpi.png should be a 64x64 and that might be your problem
[import]uid: 19626 topic_id: 31933 reply_id: 127368[/import]