问题
Possible Duplicate:
I lost my .keystore file!
I have lost the old keystore for Android app published on Market. I don't want to republish it with different package.
- Can I get old certificate through signed original old apk?
- Can I signed the apk with multiple keystore?
回答1:
No, public-private key security mechanism are setup specifically to avoid being able to reconstruct the certificate.
If you've lost your keystore then you're basically stuck.
Always backup your keystore and store it in a secure place (or places).
来源:https://stackoverflow.com/questions/6094205/lost-old-keystore-need-to-sign-the-app-with-new-keystore