4

I have a problem where I am updating an app in a different pc and I have to insert the new signed apk to release the apk. Is there any option for me to export the keystore from the previous pc to the current pc. Because I've being informed if I want to upload a new apk in play store I have to sign the same certificate and keystore based on the previous version. Is there any way

shrh0327
  • 59
  • 1
  • 6

1 Answers1

4

Copy .JKS file from previous pc to your current pc

Step to generate Signed APk with existing keystore

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

  1. Provide Keystore path by choosing Existing Keystore.

  2. Provide key Alias,Key store password and key passowrd click on Next Button

  3. If asking for master password provide master password or if you don't know the master password simply reset the password.
  4. On next Dialog, select generated apk destination and click on Finish.
Anil
  • 1,087
  • 1
  • 11
  • 24