jondspa opened a new issue #1055:
URL: https://github.com/apache/cordova-android/issues/1055
I'm using adaptive icons for my Cordova Android app. I'm trying to change
the icon but no matter what I do, I still get the old icon!
Cordova version 9.0.0, android platform version 8.1.0
I've changed the icons in my config.xml. They are copied into the
android/app/src/main/res directory correctly. But I still get the old icon.
I've deleted the app on my phone, no difference. I see lots of SO questions
about how to use icons for Cordova but none how to change. I see some mention
of deleting my cordova android platform but that seems too harsh and I assume
would break other things - and I surely don't need to do that every time I
change the icon!
Thanks for any help.
Jon
Here's my config.xml section:
<platform name="android">
<icon background="res/icons4/background-ldpi.png" density="ldpi"
foreground="res/icons4/foreground-ldpi.png" />
<icon background="res/icons4/background-mdpi.png" density="mdpi"
foreground="res/icons4/foreground-mdpi.png" />
<icon background="res/icons4/background-hdpi.png" density="hdpi"
foreground="res/icons4/foreground-hdpi.png" />
<icon background="res/icons4/background-xhdpi.png" density="xhdpi"
foreground="res/icons4/foreground-xhdpi.png" />
<icon background="res/icons4/background-xxhdpi.png" density="xxhdpi"
foreground="res/icons4/foreground-xxhdpi.png" />
<icon background="res/icons4/background-xxxhdpi.png" density="xxxhdpi"
foreground="res/icons4/foreground-xxxhdpi.png" />
</platform>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]