I am unable to run my signed, release keystore in Eclipse:
I get the error:
Keystore was tampered with, or password was incorrect
How can I resolve this?
Here is the error:
Here is me successfully signing the keystore:
In Windows->Preferences->Android->Build you can just change your DEBUG KEYSTORE. The Keystore you specify there, is not for signing an app for release, but just for debugging.
Like the default debug keystore, the custom debug keystore needs to have the following:
Keystore password: "android"
Key alias: "androiddebugkey"
Key password: "android"
Except for the name of the keystore itself, information about the organizational units and the key behind the alias, all data have to be same as the default debug keystore
The obly thing i can advise is to check the password for the appropriate language and case, and also make sure your keystore is in consistent state(but don't have a clue how to do it, if you haven't generated checksum).
The general advise for keystores: always make a backup.
Also, keystore is the thing to make sure you're one who have created the application in the moment of updating it. IOW, it is a tool to let only you update your application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With