Recently I upgraded Android Studio to latest stable version 2.1.2 (Win 10, Java 1.8.0_45) and problem I'm experiencing now when I try to build signed application is
Keystore was tampered with, or password was incorrect
If I try to list keystore got this
$ keytool -list -keystore my-keystore.jks
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
my-keystore, Jul 1, 2016, PrivateKeyEntry,
Certificate fingerprint (SHA1): 2E:20:24:85:FF:BD:5A:D2:07:52:75:90:87:85:FD:C7:FB:1A:DA:71
but on android studio when I want to load key get
cannot load key store...
is there to somehow solve this kind of issue? I would rather do some fix than create new keystore file and change app on play.