Android Question Choose Icon does not work

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi,
If I click in Coose Icon and select a .png file the app does not show it but is still showing the android icon.
How can I set it?
May I do it in the app code?
Thanks
 

DonManfred

Expert
Licensed User
Longtime User
You cannot do this in code.

Check if you have a readonly file in your Resource-folder

Objects\res\drawable

Is there an WRITEPROTECTED icon.png?
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Your logo works fine here. I just created a a blank project, selected 'Choose Icon' added your Icon then ran the app. You icon shows up in the app (top left corner) and also in the app drawer as the main app icon.

Where exactly can't you see your logo?
 
Upvote 0
Top