-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unable to parse color from string" #562
Comments
Same problem here |
Just remove the ' character: npx @capacitor/assets generate --android --assetPath /public/media/generate --androidProject ../a --iconBackgroundColor #eeeeee --iconBackgroundColorDark #222222 |
Weird because the official syntax has the ' . But yeah that fixed it, thanks! |
I wish I found this comment before spending an hour trying to figure out why it could not parse my hex color string :( Can the documentation page example command line be updated to remove the single quotes? I'm not sure if I am allowed to edit the file and submit the change to the readme file. |
I just follow what the document said, but it throws this error...
The text was updated successfully, but these errors were encountered: