Search code examples
androidcertificateapkandroid-keystore

Keystore path does not work


I have a huge problem. I created an app and want to update it with a new version (1.1). When I start to generate a signed APK I choose the old keystore path but the key password is incorrect. I don't know why because I have only one password for my applications and IT stuff. Is there any other possibility to generate the same certificate? Or do I have to create it as a new app?


Solution

  • The nature of the signed APK is to prevent people who don't know the password from compiling your app and releasing it. This is a security measure to protect you from malicious developers.

    The unfortunate side effect of this great feature is that if you forget your password, you cannot compile your app with the same certificate.

    So unless you can find that original password, you will have to create a new certificate. And this time, remember your password. :)