I run ionic cordova run android for my Ionic Cordova project. At this time, I have my mobile connected to PC via USB. So when I run that command, it installs th
ionic cordova run android
I’ve solved this issue by setting the correct parameters on config.xml
Then, on my platform.ready() instruction all I do is Splashscreen.hide() and after that run the project on android using.
platform.ready()
Splashscreen.hide()