I have a freshly created Cordova project with the following config.xml setup (used the instructions from http://docs.phonegap.com/en/edge/config_ref_images.md.h
If you are willing to install extra software for icon generation you can use Ionic which has such function.
Do the following:
npm install ionic -g${project_location}/resourcesionic resourcesIf you want to generate icons only there is a handy key for that:
ionic resources --icon
More details here