先转成.p12
keytool -importkeystore -srckeystore android.keystore -srcstoretype JKS -deststoretype PKCS12 -destkeystore android.p12
后把.p12转成.jks
keytool -v -importkeystore -srckeystore android.p12 -srcstoretype PKCS12 -destkeystore android.jks -deststoretype JKS
原文:https://www.cnblogs.com/cjsn/p/13965388.html