How to export orroid studio certificate or keystore from another computer

I have a problem when I update an app on another computer and I need to insert a new signed apk to release the apk. Is it possible for me to export the keystore from the previous computer to the current computer. Since I am told if I want to upload a new apk to the play store, I have to sign the same certificate and keystore based on the previous version. Is there a way

+3


source to share


1 answer


Copy the .JKS file from the previous computer to the current computer

Step to create signed APk with existing keystore



1.Goto Create menu-> select genarate signed apk option .

  1. Provide the Keystore path by choosing Existing Keystore .

  2. Provide the alias , keystore password, and passowrd key and click Next . p>

  3. If prompted for a master password, provide a master password, or if you don't know the master password, simply reset the password.
  4. In the next dialog, select the generated apk address and click Finish.
+4


source







All Articles