问题
I get the informtion 'It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore -destkeystore -deststoretype pkcs12" ' when I try to 'Generate Signed Bundle / APK ...'
I get the error "Given final block not properly padded. Such issues can arise if a bad key is used during decryption." after I update my keystore to PKCS12 based the artical.
Now I hope to give up PKCS12, can I still use JKS keystore to publish app to Google Play when I use Android Studio 4.0?
回答1:
You can really (still) go both ways.
You can use JKS keystores
And you can utilize, or move to PKCS12 format.
来源:https://stackoverflow.com/questions/62465279/can-i-still-use-jks-keystore-to-publish-app-to-google-play-when-i-use-android-st