# Android Release Notes creation

Each new Android app release requires release notes. They contain up to 500 characters about new features and changes in the corresponding release.\
\
The Google Play Store requires a release description for all configured languages. This can sometimes be over 90 tongues. In addition, the descriptions and languages are provided within a particular XML-styled format.

```
<am>
- ማሻሻያ
- ትኋን ያስተካክላል
- አዲስ ደረጃዎች
- What's New
- መኪናዎች
- አንዳንድ ትኋኖች የተስተካከሉ ...
</am>

<az-AZ>
- Yenilənmə
- Bug düzəlişləri
- Yeni səviyyələr
- Yeni nədir
- Maşınlar
- Bəzi böglər sabitdi...
</az-AZ>

<bg>
- Актуализация
- Поправки на грешки
- Нови нива
- Какво е новото
- Автомобили
- Поправени са някои грешки...
</bg>

<en-CA>
- Update
- Bug fixes
- New levels
- What's New
- Cars
- Some bugs fixed...
</en-CA>

<fr-CA>
- Mise à jour
- Correction de bugs
- Nouveaux niveaux
- Nouveautés
- Voitures
- Quelques bugs corrigés...
</fr-CA>

<nl-NL>
- Bijwerken
- Bug fixes
- Nieuwe levels
- Wat is er nieuw?
- Auto's
- Enkele bugs verholpen...
</nl-NL>

```

## Create release notes

Select the Android Release Notes Creator from the frontpage.\
\
First, select the source language of your description. I.e., the language you want to provide the initial description of the current version.

<figure><img src="/files/8WUCSlrHrcEKDh7AXkvp" alt=""><figcaption><p>Release Notes Creation</p></figcaption></figure>

In the second step, enter the description in the selected source language. Then, create the description in App Store Manger at this place, or copy it to this place from another application.\
The description must not exceed 500 characters.\
**Our tip**: concentrate on the essential innovations and highlight them accordingly.

Next, select the target languages you need. The App Store Manager offers an extensive list of languages for automatic translation.

<figure><img src="/files/hsaDM05AEZOsfSQ38pGC" alt=""><figcaption><p>Provide a description and select target languages</p></figcaption></figure>

Start the automatic translation for the selected languages. The translation may take a few minutes.

The formatted result is displayed in the App Store Manager. Validate it; if the result is as desired, it can be exported.

<figure><img src="/files/qEZOJQdVAw72GhDUxUsO" alt=""><figcaption><p>Release notes result</p></figcaption></figure>

Export the result either to a text file or to the clipboard.

<figure><img src="/files/0zJPuVnpwQnHoOXuZDp1" alt="Android Release Notes Export Result"><figcaption><p>Export result to file</p></figcaption></figure>

Manually transfer the result to the Google Play Console and publish your new release as soon as you are ready.

<figure><img src="/files/zNrkIllKg7t9r8GTRqg9" alt="Google Play Console New Release"><figcaption><p>Google Play Console – new release</p></figcaption></figure>

**Essential**: Languages you have not set in the Store Presence cannot be imported. Conversely, all set languages are required.


---

# 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.appstoremanager.net/documents/release-notes-creation/android-release-notes-creation.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.
