Android Question Icons for notifications

Hello.
A strange thing is happening.
I have a standard icon.png file in the \ Objects \ res \ drawable folder. I want to dynamically change the notification icon.
When I add to the folder (according to the instructions!) A file, for example, icon2.png, it disappears when the project is compiled.
Apparently, the project is being cleaned up?
Do I need to run B4ABuilder with the "- NoClean" parameter, or is there some other way to solve this problem?
Thank you in advance.
 

mangojack

Well-Known Member
Licensed User
Longtime User
From memory ... set the icon file attributes to read-only . This will stop the file being deleted on compilation.
 
Upvote 0
Top