# Adding App Icon on Windows

Your next step is to return to **Android Studio**. Go to **Open an existing AS project**, find your app project and open the **android** folder there.

<figure><img src="/files/LDhax1a04OTkLc2OV3jg" alt=""><figcaption></figcaption></figure>

Open the following folder: **…/app/src/main/res** and double click on the folder **res.**

![](https://support.stylemixthemes.com/storage/stm-manuals/June2020/res.png)

There will be the menu, where you need to hover over the **New** line and select from the submenu **Image Asset**.

<figure><img src="/files/D2N5lHVkSNKYdnHG5z8f" alt=""><figcaption></figcaption></figure>

Select your icon from your PC or device and set it up.

![](https://support.stylemixthemes.com/storage/stm-manuals/June2020/configure_image_aset.png)

{% hint style="success" %}
The more detailed documentation about Image Asset work you can find here: <https://developer.android.com/studio/write/image-asset-studio>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/motors-app-documentation/android-application-build/adding-app-icon-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
