Confusing Cordova icons and splash screens directory

Viewed 4959

The Cordova docs, regarding the use of icons and splash screens for Android, states that they should be placed in www/res/icons and www/res/screens directories respectively.. But afterwards, in the same page, it says;

you'll need to copy the png files from platforms/android/www/res/screen/android to platforms/android/res/drawable/*

So; if the icons and splash screens should be copied to to the drawable folder, what is the use of having them on www/res/icons* and www/res/screens

This is confusing (@_@) Especially when the docs add more ambiguity;

 ..When working in the CLI...
2 Answers
Related