On 14 December 2010 12:35, Jiang <[email protected]> wrote: > I lost the key store which has been used to sign a published application. > > I generated the key store with the following instructions: > keytool -genkey -keystore <keystore-name> -storepass <store-password> > -alias <store-alias> -keypass <key-password> -validity <validity-date> > -dname <d-name> > > I remember all arguments used to generate the key store, how can I generate > the same key store? >
You can't create the same key you had before due to random factors used during key generation process (which is there exactly for that purpose). Try backup or (depending on how you lost it) try contacting companies like kroll ontrack (if your app is paid and you can accept the costs of course) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

