# 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: 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://help.twinr.dev/publish-apps/publishing-to-the-google-play-store/reset-android-signing-key.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.
