According to guides from Ionic docs, I created two .png files(icon(192x192) and splash(2208x2208)) and put them in the resources folder. Then I ran ionic resources
, so default images were replaced. But somehow, it didn’t make any impact. Furthermore, as I understood, default images haven’t applied before - I had, and still have grey cordova launch icon and white splash screen. My configuration:
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.2
Ionic CLI Version: 2.1.18
Ionic App Lib Version: 2.1.9
Ionic App Scripts Version: 0.0.44
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v7.4.0
Xcode version: Not installed
I’m running application on Android device, and as I checked resources in platforms/android/res weren’t changed. Just replacing files do the trick but this is not the best solution from my point of view