cordova - Splash screen and icon is not generating for Android -
i'm using ionic 2 resource generator generate icon , splash screen mobile app. have 2 images in resources folder; icon.png
, splash.png
.
i'm using following commands generate resources:
ionic resources --icon ionic resources --splash
i can see generates icons both ios , android.
and it's working ios without problem. cannot see icon or splash screen on android devices. missing here?
my ionic version cli v2.1.4
.
try deleting android folder in resources,run command cordova prepare android , regenerate resources, check make sure files not big, check out response in question asked here
Comments
Post a Comment