I wan’t have Custom App Icons,but when i install the apk ,zhe Icons is also corona,what can i do?in android
Hello,
Android requires that custom icons be named very specifically. Please see here:
https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#android
Yes, my icon size is 72*72, according to https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#android I should set the icon name Icon-hdpi.png corresponding to the size of the 72*72, which I tried, either Icon-hdpi.png or Icon.png are displayed in the construction of the APK inside out icon, do I have to put all the size of the icon and name are put in. It? Such as file size (w * h)
Icon-xxxhdpi.png 192 x 192
Icon-xxhdpi.png 144 x 144
Icon-xhdpi.png 96 x 96
Icon-hdpi.png 72 x 72
Icon-mdpi.png 48 X 48
Icon-ldpi.png 36 x 36
The six icons are created and named after the corresponding name Is Android automatically looking for the right icon? Or I want to set up in the document to write the icon in the reference?
thanks you very much,i have success.I know how to use it
I know how to use it
Note, it is helpful to keep a version of your Icon named “Icon.png”. Even though neither iOS or Android use it, the Corona Welcome Screen does. It’s not too costly to leave the one file there and if you must, you can use the excludeFiles section of build.settings to keep it out of builds.
Rob
Hello,
Android requires that custom icons be named very specifically. Please see here:
https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#android
Yes, my icon size is 72*72, according to https://docs.coronalabs.com/guide/distribution/buildSettings/index.html#android I should set the icon name Icon-hdpi.png corresponding to the size of the 72*72, which I tried, either Icon-hdpi.png or Icon.png are displayed in the construction of the APK inside out icon, do I have to put all the size of the icon and name are put in. It? Such as file size (w * h)
Icon-xxxhdpi.png 192 x 192
Icon-xxhdpi.png 144 x 144
Icon-xhdpi.png 96 x 96
Icon-hdpi.png 72 x 72
Icon-mdpi.png 48 X 48
Icon-ldpi.png 36 x 36
The six icons are created and named after the corresponding name Is Android automatically looking for the right icon? Or I want to set up in the document to write the icon in the reference?
thanks you very much,i have success.I know how to use it
I know how to use it
Note, it is helpful to keep a version of your Icon named “Icon.png”. Even though neither iOS or Android use it, the Corona Welcome Screen does. It’s not too costly to leave the one file there and if you must, you can use the excludeFiles section of build.settings to keep it out of builds.
Rob