Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova-icon gives error on run

Tags:

icons

cordova

I am using cordova-icon to generate all my icon files. I get this error when I run cordova-icon:

Checking Project & Icon

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

Generating Icons for android

{ [Error: Command failed: Invalid Parameter - -set ] timedOut: false, killed: false, code: 4, signal: null }

I am running this on Windows

Any idea how to resolve this?

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

like image 992
Austin Lovell Avatar asked Nov 14 '14 20:11

Austin Lovell


1 Answers

Found the solution. ImageMagick needed to be installed for Windows. I used this download and it worked after restarting my command prompt.

Link

like image 87
Austin Lovell Avatar answered Nov 16 '22 23:11

Austin Lovell