I'm using Phonegap 3.0's Command Line Interface to create and build an Android app.
In the www/res/icon/android folder, there are 4 standard Phonegap icons. I replace these with my app icons. I then build the Android project. I would expect that my icon would be generated in the platforms/android/res/drawable folder (and platforms/android/res/drawable-hdpi folder etc). But instead the standard Phonegap icon is used. Is there a way to get Phonegap to use the icons in the www/res/icon/android folder rather than generating the standard icons when building an Android app?
android/icon-36-ldpi.png? Not sure if it would make a difference but maybe... - MBillau