The issue happens with Android. The Splash screen does not show up after I use Phonegap build to create the application. I am using cordova-plugin-splashscreen, but that is not helping
These two lines are at the bottom of the config.xml file. That's not helping:
<icon src="icon.png" />
<gap:splash src="splash.png" />
I looked inside the apk file, and the splash.png image only appears in /res/drawable-mdpi-v4/ It is not in /res/drawable, only the icon.png file is.