How can I reduce the final app size when building with Phonegap Build ?
When building with Phonegap Build for Android all the other platform files, images, icons and splash screen files are also included in the Android .APK and vice versa for the other platforms.
I am now using the new method for generating the icons and splash screens. How can I remove the un-used files, icons, splash images etc?
I have tried .pgbomit but this does not have any effect when using the new way to generate the icons and splash screens.