Skip to content

Convert java keystore to pk12 to sign android apk

This will convert to a pk12 so it can be imported into jenkins and used to sign the generated apk.

[JAVA_DIR].\keytool -importkeystore -srckeystore [path][file].jks -destkeystore [path][file].p12 -srcstoretype JKS -deststoretype PKCS12 -deststorepass [PASSWORD]-srcalias [PASSWORD] -destalias [PASSWORD]

Comments are closed.