I am trying to sign the release version of my Android app (debug was signed fine) for the Google Maps API:
keytool -list -alias cancertrials -keystore /Users/syalam/Documents/workspace/Cancer_Trials/keys/release -storepass android -keypass cancertrials
But I get the error:
java.io.IOException: Keystore was tampered with, or password was incorrect
I am positive the password is correct, because when I try to export my app in Eclipse, it asks for the keystore and the password, and I am entering it in correctly.
Not sure why I can't sign this? I need to display Google Maps in release mode (working in debug mode).