Can I still use JKS keystore to publish app to Google Play when I use Android Studio 4.0?

ⅰ亾dé卋堺 提交于 2021-01-28 09:49:47

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!