ionic-framework: [rc2] Splash screen not working in android

ionic start myApp --v2 ionic platform add android ionic resources ionic run android

Splash screen is not shown.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 4
  • Comments: 17 (2 by maintainers)

Most upvoted comments

Ionic platform remove android Ionic platform add android@6.1.0

Hello all! I am going to close this issue as a duplicate of https://github.com/driftyco/ionic-cli/issues/1638. This was a regression in cordova-android that has been fixed by the cordova team and released in 6.1.0. You can use the commands @ghenry22 posted above to update cordova-android platform.

Same problem here:

Works with:

  • ionic 2.0.0 + cordova 6.3.1

Does not work with:

  • ionic 2.0.0 + cordova 6.4.0
  • ionic 2.1.0 + cordova 6.4.0
  • ionic 2.1.0 + cordova 6.3.1

You need to also ionic plugin remove cordova-plugin-splashscreen and ionic plugin add cordova-plugin-splashscreen

after doing what ghenry22 said.

Otherwise, it does not work.

@jgw96 I’m having the same problem with cordova-android 6.0, i think it’s a duplicate with driftyco/ionic-cli#1608