Hey everyone,
Not sure if anyone’s had this issue and can shed some light on it. When I don’t have any icon files in my project directory, I can successfully build an android version of my app and put it on my device and run it. The app has the standard corona icon.
If, however, I put my icons in my project root directory (Icon-mdpi.png, Icon-hdpi.png, Icon-xhdpi.png, Icon-xxhdpi.png) and build the app, Corona gives no errors and says the app has been successfully built. However no apk file is even created.
When I take the icons out, everything builds fine.
I have have standard png files for icons, all the correct sizes. I’ve tried them with or without alpha channels, but nothing is working.
I’m using the android debug key.
Any ideas?!