I’m trying to set the icon and splash screen for my app. To do so, I have placed my icon.png and splash.png on the resources directory. After that, I run ionic resources --icon
and ionic resources --splash
. Splash/icon images are correctly generated for both android and iOS platforms, and config.xml is updated.
Everything looks fine so far…
The problem comes when I run my app. For iOS is working as expected, using the newly created icon and splash screen, but for Android, is ignoring this new configuration and still showing the default (cordova) icon and splash screen.
Your system information:
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.4
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
Ionic App Scripts Version: 0.0.47
ios-deploy version: 1.9.0
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v6.7.0
Xcode version: Xcode 8.2.1 Build version 8C1002
I hope someone can help me