Hello,
I am trying to add a default custom icon for my app on Android.
I read this in Phonegap 3.5 doc( http://docs.phonegap.com/en/3.5.0/config_ref_images.md.html ) :
The following configuration can be used to define single default icon which will be used for all platforms.
<icon src="res/icon.png" />
I tried to add this in my config.xml.
I first created an icon folder at config.xml root and changed src.
It seems that when I build the app, my icon is created under android platform (res/drawable).
Even if I didn’t configure other Android icons (hdpi, ldpi, …), my default icon never appear … 
Someone already used this?
Thanks, 
Clément