# App Release on mac

After you tested your app, you can sign the app for release to Google Play

{% hint style="success" %}
This manual aims to display all the key steps for generating a signed app bundle. Please follow this link for the more detailed guide: <https://developer.android.com/studio/publish/app-signing#sign-apk>
{% endhint %}

For this, you need to open **Build > Generate Signed Bundle / APK…**

<figure><img src="/files/9KwHkrVG42uYd393ZjJQ" alt=""><figcaption></figcaption></figure>

In the new window select **Android App Bundle**.

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

After that, in a newly opened window select the Key or create a new one.

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

Here is an instruction on how to create a new Key. Click on the **Create new**. You will see the new window opened. Click on the folder icon in the right top corner.

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

Fill in the information (all fields).

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

Next, check the **Export encrypted key**, if it is the update of the already uploaded app to the **Google Play**.

{% hint style="success" %}
Please find more information here:

&#x20;<https://developer.android.com/studio/publish/app-signing#enroll_existing>
{% endhint %}

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

Now you need to select **Release** option and launch app building process.

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

After that, Android Studio will notify you that app building process is finished (see the notification in the right bottom corner).

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

By clicking on the **Locate** you will be redirected to the folder where the file is stored. Also, the app bundle can be found here: **Project folder > Android > App > Release**

{% hint style="success" %}
The full guide describing how to upload the app to the Google Play Console can be found here:&#x20;

<https://developer.android.com/studio/publish/upload-bundle>
{% 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/app-release-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.
