Application Icon

How can I add icon to the resource folder and the config file?
Thanks

There are two ways to do this:

  1. Put all your icons and splash screen files into a Resource folder, then identify them in config.xml. For an example, see this project.

  2. Supply an icon and splashscreen template, then let VoltBuilder generate them. Here are the docs for that.

Very informative Thanks

For Android, the manual way it has become a little difficult if you do not want a tiny icon surrounded by a white shape.

Something like this:
<icon background="@color/background" density="ldpi" foreground="resources/android/icon/icon-36-ldpi.png" />

can be used for the icons, through there needs to be an extra file with the background color code