# Test Your App on Windows

In this section we are going to describe how to build the test APK file.

There two ways of testing your app: via **Android Studio Emulator** or by **generating Test APK**.

After you added app icon and website URL you can launch **Emulator** by clicking on **Run App** button in the Toolbar.

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

After that the Emulator will be launched with the app.

<figure><img src="https://649870283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MDPXy_4le1iZ83O009c%2Fuploads%2FPemLZKATR4Z8k9KlSIcU%2F%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202022-12-01%20%D0%B2%2012.08.48.png?alt=media&#x26;token=6273b9c9-85ab-4af5-a060-c12f50400a58" alt=""><figcaption></figcaption></figure>

If you'd like to test the application on physical android devices, you can create APK file.

For this, you need to go to **Build > Build Bundle(s) / APK(s) > Build APK(s)**

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

This will lead to the app building process, and once it finished Android Studio will display a specific notification in the bottom right corner.

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

The link **Locate** opens the folder where the **APK file** is stored. Or you can follow this path to find this file: ***Project folder*****&#x20;> Android > App > Release**

Another way to build test apk is to run these commands in Android studio terminal

{% hint style="info" %}
flutter build apk --no-sound-null-safety - debug

flutter build appbundle --no-sound-null-safety - release
{% endhint %}
