7

Android Studio Arctic Fox seems introduced a lot of bugs including creation of Key Store.

enter image description here

I confirmed that all passwords are correct. There is also an issue when a key store password is different from key password another error is thrown.

Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.

But what we don't understand is before we were able to release and deliver apps where key store password and key password are different and we still use that jks file up today when updating our apps. Is this a part of mandatory update due to overlooking the possibility migration from jks to pkcs12?

Mihae Kheel
  • 2,441
  • 3
  • 14
  • 38
  • 2
    http://web.archive.org/web/20210326203837/https://developer.android.com/studio/known-issues#ki-key-keystore-warning says to not use different passwords! ...as a workaround. A temporary one? – wodow May 11 '21 at 11:39
  • Related question - [Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value. in Android Studio](https://stackoverflow.com/q/66621669/1455694) – Anton Samokat Nov 25 '22 at 22:37

1 Answers1

0

This might be caused when a symmetric key is stored in the keystore of type PKCS12. You cannot have a password for the key you store in this type of keystore.