Problem running my signed, release keystore in Eclipse

Sheehan Alam picture Sheehan Alam · Nov 25, 2010 · Viewed 9.5k times · Source

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: alt text

Here is me successfully signing the keystore: alt text

Answer

Pascal Klein picture Pascal Klein · Dec 20, 2010

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