Reputation: 2520
Whenever I build my app I get the warning:
icon android drawable-xxxhdpi-icon.png (192x192) skipped, source image icon.png (144x144) too small
icon wp8 Background.png (159x159) skipped, source image icon.png (144x144) too small
icon ios [email protected] (180x180) skipped, source image icon.png (144x144) too small
icon ios [email protected] (152x152) skipped, source image icon.png (144x144) too small
Why is this so and how to fix that?
Upvotes: 0
Views: 511
Reputation: 551
Your provided image icon.png is too small.
The icon image’s minimum dimensions should be 192x192 px.
See http://ionicframework.com/docs/cli/icon-splashscreen.html
Upvotes: 1