> For the complete documentation index, see [llms.txt](https://help.twinr.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/reset-android-signing-key.md).

# Reset Android Signing Key

{% hint style="danger" %}
This step is only required if you have lost your Android app signing key and currently blocked by uploading your app on Play Store. This is not part of the app publishing process.
{% endhint %}

{% embed url="<https://youtu.be/whoxiUR6ZGI>" %}

**Follow this process to reset your Android signing key.**

1. Go to your [Google Play Developer Console](https://play.google.com/console/) and open your app.

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

2. Inside your app, go to **Setup** ->  **App signing**

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

3. Under the App signing, scroll down to **Request upload key reset** section and click on it.

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

4. Under the reset key request form, **select "I lost my upload key"** and upload the key in **"4"**. Ignore number 2 & 3. You can contact us via live chat or email to generate PEM file for your app.

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

5. Now wait for 48 hours to get confirmation from Google about your key. Once you receive the conformation, you can continue publishing your Android app.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/reset-android-signing-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
