Build Log from Phonegap

  1. Hi, is there anyone out there that could take five and explain this build log from Phonegap. I have a successsful build but I’m a bit confused at how the build log data is represented. for example as shown here, all my icons are being ignored in favour of my default icon?

Found extra default icon: res/icon/android/icon-36-ldpi.png (ignoring in favor of icon.png)
Found extra default icon: res/icon/android/icon-48-mdpi.png (ignoring in favor of icon.png)
Found extra default icon: res/icon/android/icon-72-hdpi.png (ignoring in favor of icon.png)
Found extra default icon: res/icon/android/icon-96-xhdpi.png (ignoring in favor of icon.png)
Found extra default icon: res/icon/android/icon-114-xxhdpi.png (ignoring in favor of icon.png)
Found extra default icon: res/icon/android/icon-192-xxxhdpi.png (ignoring in favor of icon.png)

  1. Then all the icons other than my default icon are deleted and shown to have no source?

Updating icons at …/app/src/main/res
delete …/app/src/main/res/mipmap-hdpi/icon.png (no source)
delete …/app/src/main/res/mipmap-ldpi/icon.png (no source)
copy icon.png …/app/src/main/res/mipmap-mdpi/icon.png (updated file)
delete …/app/src/main/res/mipmap-xhdpi/icon.png (no source)
delete …/app/src/main/res/mipmap-xxhdpi/icon.png (no source)
delete …/app/src/main/res/mipmap-xxxhdpi/icon.png (no source)

  1. Appart from the largest Splashscreen shown in the middle (starts with copy) the Splashscreens suffer the same fate as the icons shown above, seen here.

Updating splash screens at …/app/src/main/res
delete …/app/src/main/res/drawable-land-hdpi/screen.png (no source)
delete …/app/src/main/res/drawable-land-ldpi/screen.png (no source)
delete …/app/src/main/res/drawable-land-mdpi/screen.png (no source)
delete …/app/src/main/res/drawable-land-xhdpi/screen.png (no source)
delete …/app/src/main/res/drawable-land-xxhdpi/screen.png (no source)
delete …/app/src/main/res/drawable-land-xxxhdpi/screen.png (no source)
copy res/screens/android/drawable-port-xxxhdpi-screen.png …/app/src/main/res/drawable-mdpi/screen.png (new file)
delete …/app/src/main/res/drawable-port-hdpi/screen.png (no source)
delete …/app/src/main/res/drawable-port-ldpi/screen.png (no source)
delete …/app/src/main/res/drawable-port-mdpi/screen.png (no source)
delete …/app/src/main/res/drawable-port-xhdpi/screen.png (no source)
delete …/app/src/main/res/drawable-port-xxhdpi/screen.png (no source)
delete …/app/src/main/res/drawable-port-xxxhdpi/screen.png (no source)
This app does not have additional resource files defined
Prepared android project successfully

Is this correct or am I miss-interpreting the log incorrectly
Thanks
Will.

You might try asking this on PhoneGap’s board.