How to change the Icon of your application

I have not been able to work out how to change the Icon and title of my processing application because whenever I do so it will just give me an error when I use frame.___ or surface._____, I am using processing 3 and any help would be great, Thanks!

Hi @Asra do you have any sample code that demonstrates your issue ?

Mmm, To change the name of the sketch, just rename it, “save as” and introduce the name you want for your app.

And the icon… In android mode, go to android/app/src/main/res/drawable-hdpi and in that floders are the “icon.png”, change it all and sure one is the correct one :stuck_out_tongue: