# How to change the Icon of your application

**URL:** https://discourse.processing.org/t/how-to-change-the-icon-of-your-application/13187
**Category:** Processing for Android
**Created:** [August 4, 2019, 10:06pm UTC](https://discourse.processing.org/t/how-to-change-the-icon-of-your-application/13187 "2019-08-04T22:06:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Asra](https://avatars.discourse-cdn.com/v4/letter/a/8e7dd6/32.png) [@Asra](https://discourse.processing.org/u/Asra)
#### Post date: [August 4, 2019, 10:06pm UTC](https://discourse.processing.org/t/how-to-change-the-icon-of-your-application/13187/1 "2019-08-04T22:06:06Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![dan850](https://avatars.discourse-cdn.com/v4/letter/d/e9c0ed/32.png) [@dan850](https://discourse.processing.org/u/dan850)
#### Post date: [August 5, 2019, 10:06am UTC](https://discourse.processing.org/t/how-to-change-the-icon-of-your-application/13187/2 "2019-08-05T10:06:36Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Waboqueox](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/waboqueox/32/5643_2.png) [@Waboqueox](https://discourse.processing.org/u/Waboqueox)
#### Post date: [August 5, 2019, 10:15am UTC](https://discourse.processing.org/t/how-to-change-the-icon-of-your-application/13187/3 "2019-08-05T10:15:02Z")

</div>

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 😛
