I lost my .keystore file?

前端 未结 11 2258
面向向阳花
面向向阳花 2020-11-22 00:06

Ok folks.. long story short, I was developing on a computer that I no longer have access to. I was able to retrieve the source code, but not the .keystore file used to sign

11条回答
  •  庸人自扰
    2020-11-22 00:56

    If you know your keystore password, you still don't have the associated private key to sign your app. You also have no chance to generate the same private key which corresponds to your public key.

    Therefore: Always backup your keystore file. It's as important as your source code.

提交回复
热议问题