Java – Export the certificate for signing the key to the .pem extension in Android Studio

Export the certificate for signing the key to the .pem extension in Android Studio… here is a solution to the problem.

Export the certificate for signing the key to the .pem extension in Android Studio

I need to change the signing key of the app I published on Google Play, so I need to

export the certificate for signing the new app from the .jks extension to .pem, but I can’t and don’t need it to send Google’s key exchange request. Can someone help me….

Solution

You can export the certificate for your new app signing from a .jks file in two ways:

Related Problems and Solutions