question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Application Icon Not Changing

See original GitHub issue

It has always been a hit and miss for me regarding the Application Icon. I can’t seem to figure out how to change it consistently. No matter what I do, it will always remain as the previous one until one day, for reasons I’ve yet to figure out (could be something I’ve done to trigger it), it would suddenly recognise the new image. I thought that it should be as simple as replacing the image. I’ve tried using a different file name, changing the application version etc. Anyone else encountering this problem?

Currently, this is how my app icon is defined currently in my context.xml.

<icon src="www/img/icon-app.png" />

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
wilsonnacommented, Jun 24, 2016

Hey, it worked! tabrisjs.com is still showing my old icon, but at least the icon in my device is updated. Thanks @cookieguru !

0reactions
cookiegurucommented, Jun 24, 2016

It’s not very clear in their docs (an unfortunate recurring trend) but I believe the density parameter being optional is just from a schema validation standpoint. It is only used on Android and therefore cannot be considered required. If you aren’t specifying the density parameter the app isn’t going to know what size the icon is, and AFAIK the device won’t resize an icon to make it fit to its resolution.

Try coping the Android sample from the Cordova docs or see config.xml in the tabrjs-js-template-app for a working example.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Application Icon doesn't change correctly using c# - Stack ...
First place · Right click on the project · Select Property · Go in Application Tabs · Choose Icon and Manifest and select...
Read more >
Windows Forms Application Icon not refreshing - MSDN
Right click on the project · Select Property · Go in Application Tabs · Choose Icon and Manifest and select the icon you...
Read more >
How to Customize Any Icon in Windows 10 (or 11) - MakeUseOf
If you'd rather, you can customize an icon already pinned to your Taskbar. While holding Shift, right-click the app icon and choose Properties....
Read more >
Changing Taskbar Icon for Applications on Windows 10
Open Task Manager by pressing Ctrl+Shift+Esc, or right-clicking the taskbar and selecting Task Manager. Right-click the Windows Explorer app (if ...
Read more >
App icon not changing : r/apolloapp - Reddit
Anyone else having an issue where you change the app icon in the app settings but the app icon doesn't actually change? I'm...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found