Problem creating the Keystone

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ismaelgame7

Hello Godoters!

I’m having a problem when creating a Keystone, look:

The JKS keystore uses a proprietary format. Migration to PKCS12 is recommended, which is an industry standard format that uses “keytool -importkeystore -srckeystore debug.keystore -destkeystore debug.keystore -deststoretype pkcs12”

Does anyone know how to solve it?

:bust_in_silhouette: Reply From: SingingApple

This is a warning not an error. More info here: pkcs#12 - Converting .jks to p12 - Stack Overflow

By the way, I got this warning too while trying to create a keystore a few days ago.