|
I'm becoming desperate trying to use an adaptive icon for my app. I used this tutorial to generate my icons. I copied the entire res folder into my cordova app in res/android. I currently have this (I changed colors.xml to cdv-colors.xml because of this bug in the documentation that is still there) I get the following error: This is my file tree in res/android: (I deleted the contents of drawable because it contained default icons. Also, ic_play is a notification icon that is unrelated to this issue) |
Answered by
emv33
May 30, 2025
Replies: 1 comment
|
Alright solved... turns out the issue is that cordova does not support webp icons. I didn't even convert them, just renamed webp to png and it works fine now. Thanks to anybody reading though! :P |
0 replies
Answer selected by
emv33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright solved... turns out the issue is that cordova does not support webp icons. I didn't even convert them, just renamed webp to png and it works fine now. Thanks to anybody reading though! :P