# Test Your App on mac

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**.

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

After that the Emulator will be launched with the app.

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)**

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

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

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

The link Locate opens the folder where the APK file is stored. Or you can follow this path to find this file: Project folder > 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 %}


---

# 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/motors-application-build/test-your-app-on-mac.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.
