> For the complete documentation index, see [llms.txt](https://android-news-app.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://android-news-app.gitbook.io/docs/generate-signed-apk/generate-signed-bundle-apk.md).

# Generate Signed Bundle / APK

If you have finished reskin the application and want to publish your application on Play Store, to sign your app in release mode in Android Studio, follow these steps :

On the menu bar, click **Build → Generate Signed Bundle / APK → APK**

<div align="left"><img src="/files/-Mf752LEDDrXPF5wV59K" alt=""></div>

<div align="left"><img src="/files/-Mf754hLqTxB7M2r57d9" alt=""></div>

On the Generate Signed Bundle or APK Wizard window, click **Create new\...** to create your new keystore or If you already have a keystore, select **Choose existing...**

<div align="left"><img src="/files/-Mf75KE_uHgPAPnIzP0Q" alt=""></div>

In the New Key Store window, provide the required information, on the Certificate form you must at least fill in First and Last Name, although other fields are optional, it is better if you fill in all fields, your key must be valid for at least 25 years, so you can Sign application updates with the same key for the life of your application.

<div align="left"><img src="/files/-Mf7D2P38YqRMwUhrt2G" alt=""></div>

On the Generate Signed Bundle or APK Wizard window, select a keystore, a private key, and enter the passwords for both. Then click Next

<div align="left"><img src="/files/-Mf7DCtFR23XNMf5VGho" alt=""></div>

On the next window, select a destination for the signed Bundle.

<div align="left"><img src="/files/-Mf7DJ5MvVk9ZbQsyOzs" alt=""></div>

Click Finish and the signed bundle will generated


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://android-news-app.gitbook.io/docs/generate-signed-apk/generate-signed-bundle-apk.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.
