RC 3 Splash Screen and Icons shows default images

If you have cordova version 6.4.0 they messed up android.
You should try to reinstall the platform android.

rm -rf ./patforms ./plugins
ionic platforms add android@6.1.0 ios
ionic state restore --plugins
1 Like