Cordoba icon gives an error on startup

I use the cordova icon to create all of my icon files. I get this error when I run the cordova icon:

Checking the project and icon

√ platforms found: android √ icon.png exists √ config.xml exists

Creating icons for android

{[Error: command failed: invalid parameter -set] timedOut: false, kill: false, code: 4, signal: null}

I run this on windows

Any idea how to solve this problem?

https://github.com/AlexDisler/cordova-icon

+5
source share
2 answers

Found a solution. ImageMagick must be installed for Windows. I used this download and worked after restarting my command line.

http://www.imagemagick.org/script/binary-releases.php#windows

+8
source

You can also use other services that do not require installation.

See makeappicon.com

0
source

Source: https://habr.com/ru/post/1206909/


All Articles