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.