tags:

views:

105

answers:

1

I lost the .keys.ks file, that I used to sign my Android (on the Market) app. Is there anything I could do? I really hope I won't have to republish the app with a different package name on the Market, because current users won't see my updates. If I recreate it in Eclipse with the same password can I create the same key?

+3  A: 

No, there is nothing you can do. You have to sign with a new key. And no, current users will not see your updates, and if it is a paid application, they also will have to pay again to install the application.

Always backup your key. I have it in my gmail, and also on my skydrive, just in case.

Ryan Conrad
It's not possible to recreate the key if I remember the password?
fhucho
You could try recreating it. Then upload an update to the market. if it takes it, then it works.
Ryan Conrad
@fhucho No, using the same password will not generate the same key.
Dan Dyer
That sucks... iPhone devs can request the key from Apple.
fhucho
Thank God, I found a copy of my keystore in my Windows partition :-)
fhucho
That's great. make sure you email it to a gmail account and/or store it on a cloud storage.
Ryan Conrad