# Error: Android App Signed with Wrong Key.

If you are attempting to load a new build to Google Play and get the following error:&#x20;

***"Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the correct signing key and try again. Your app bundle is expected to be signed with the certificate with fingerprint:***

***SHA1: …***

***but the certificate used to sign the app bundle that you uploaded has fingerprint:***

***SHA1: …"***&#x20;

This happens when the Upload Key Certificate for the Listing you're attempting to load the App Bundle (.AAB file) to doesn't match the one in the build you created.&#x20;

#### **Possible Reasons:**

1. **Changed Package Name:** If you modified the Package Name in Adalo after the initial build, it might not match anymore. Remember, Package Names are case sensitive and once they are loaded to a Listing they cannot be changed.
2. **Coming from outside Adalo:** You are uploading a New Adalo App to an existing Play Store Listing created outside Adalo.
3. **Replacing Adalo App:** You are loading a New Adalo App to an existing Play Store Listing created in Adalo.

#### **Resolution:**

1. **Verify Package Name:**&#x20;
   * Google Play Listing must match that in the Android Build Settings.
     * This can be found in the Dashboard of your Google Play Console.
       * Package names are case sensitive.
   * If there is a discrepancy;
     * Discard the release in the developer console.
     * Correct the Package Name in the build settings and push a new build.&#x20;
     * Load new build as a new release when completed.
2. **Create a New Listing:**
   * If the Package Name changed, follow the steps in [this guide](/publishing-apps/publishing-to-the-google-play-store/create-new-google-play-listing.md) create a new Listing on Google Play.
3. **Updating Existing Listing:**
   * If the Package Name matches the Listing and the Upload Key Certificate is not accepted, you will need to request the PEM file by [Contacting Support.](https://info.adalo.com/submit-a-support-ticket) This will allow you to change the Upload Key with Google and load the app to the existing Listing with the package name that matches that of the one in the latest build.
   * Please include a screenshot of the Dashboard showing the Package Name and any additional screenshots that will speed up the resolution.

### **Still Need Help?**

If you're stuck, don't worry! Reach out to our [support team ](https://info.adalo.com/submit-a-support-ticket)for further assistance.

1. Include Steps Taken: Let us know what troubleshooting steps you've already tried.
2. Add Screenshots: Share relevant screenshots showing the error message and the Package Name of the Listing you're trying to update.

Remember, we're here to help you get your app back on track and ready to shine on the Google Play Store!


---

# 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.adalo.com/publishing-apps/publishing-to-the-google-play-store/troubleshooting-android-release/error-android-app-signed-with-wrong-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.
