Billy Logan
Billy Logan

Reputation: 2520

How to fix ionic icons?

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?

enter image description here

Upvotes: 0

Views: 511

Answers (1)

user3063182
user3063182

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

Related Questions