I recently built an app using PhoneGapBuild.
When I uploaded my app to Google Play, the application icon in the list is the default phonegap one:

I have these icon resources listed in my config.xml file:
<icon src="assets/icons/android/icon36.png" gap:platform="android" gap:density="ldpi" />
<icon src="assets/icons/android/icon48.png" gap:platform="android" gap:density="mdpi" />
<icon src="assets/icons/android/icon72.png" gap:platform="android" gap:density="hdpi" />
<icon src="assets/icons/android/icon96.png" gap:platform="android" gap:density="xhdpi" />
But it doesnt seem to work properly.
Do I need to add a new entry to the config.xml or is it something else?
When adding icons in PhoneGap, or when working with paths in general, please check the path names are correct before posting to StackOverflow and making a fool of yourself!
Silly me!