Android Question Change the app's icon

Colin Evans

Active Member
Licensed User
Longtime User
Hi, how can i change the icon of the app / apk to one of my own

I choose Project / Choose Icon and select the icon I want, 72 x 72 png file but the program states it can't access the path
upload_2016-5-6_14-28-36.png
I have tried to save my icon to the drawable path and tried in in files folder but still get the same error and the icon reverts back to the green android icon, tried looking on the forum but getting nowehere. many thanks
 

An Schi

Well-Known Member
Licensed User
Try not pasting it into the project.
Put it on desktop for example and choose it from there.
 
Upvote 0

Colin Evans

Active Member
Licensed User
Longtime User
Hi, thanks for the reply, seems the drawable folder properties was set to read only, removed this and it worked okay, its always the basic's that I fail to check first :) thanks again for taking the time to reply
 
Upvote 0
Top