My original password for Android keystore is 123, when I changed to abc using the command
keytool -storepasswd -keystore my.keystore
Now when I export the app using Eclipse, I found that the 1st password to be entered is abc, but the 2nd password to be entered is still 123
Is this the normal result?
So how can I change both password?
Thanks.
The second password protects the private key in the key-store. You should be able to change it using the command
Replace with the name of the key displayed in Eclipse.