-
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) |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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