Anna Blanca 1 Posted yesterday at 12:05 AM Hi. I'm trying change icons of my Android app, and i made all as earlier - on the way Project>Option>Application>Icons. I changed all Embarcadero's default icons to my icons. But when i compile my app, i see all the same app icons in my phone. What's wrong i made? Share this post Link to post
h-farid 0 Posted yesterday at 12:31 PM Hi, from you screenshot, I see that you are changing icons for "Release" compiling target, so make sure that you are compiling your app for that target and not for another one like for exemple "Debug". Share this post Link to post
Patrick PREMARTIN 134 Posted yesterday at 05:09 PM In some are cases it happened old images stay in the deployment wizard. Check in it if you have previous images and clear the list or remove only the files you don't want. Sometimes (more probable) the files are the good ones but there is a cache on the device which doesn't want to refresh the icon. Restart your smartphone or tablet if all is ok in Project / Deployment screen. Share this post Link to post
Anna Blanca 1 Posted 21 hours ago 13 hours ago, h-farid said: Hi, from you screenshot, I see that you are changing icons for "Release" compiling target, so make sure that you are compiling your app for that target and not for another one like for exemple "Debug". Of course, i my target is Release! Share this post Link to post
Anna Blanca 1 Posted 21 hours ago 8 hours ago, Patrick PREMARTIN said: it happened old images stay in the deployment wizard. Where is concretely old icons may stay? I changed icons in Option, earlier, in older Delphi versions it's worked. 8 hours ago, Patrick PREMARTIN said: Restart your smartphone or tablet if all is ok in Project / Deployment screen. I restart my phone and more - i installed my app on another phone. Whatever, app still in sample Embarcadero's icons. Share this post Link to post
Patrick PREMARTIN 134 Posted 17 hours ago 3 hours ago, Anna Blanca said: Where is concretely old icons may stay? I changed icons in Option, earlier, in older Delphi versions it's worked. I restart my phone and more - i installed my app on another phone. Whatever, app still in sample Embarcadero's icons. Go to Project / Deployment menu to access the deployment wizard. In the list of files included in your release you perhaps have old files and new ones. I know it should never happen, but I've seen it in the past. Remove the wrong lines or use the blue array to restore default values. It will recalculate the needed files when you deploy next time and should use the good pictures. Share this post Link to post
Anna Blanca 1 Posted 3 hours ago 14 hours ago, Patrick PREMARTIN said: Go to Project / Deployment menu to access the deployment wizard. I checked Deployment of my project. And there all icon are replaced to my pngs: Share this post Link to post