I followed the instructions to create an application signing key and
have signed my application and submitted it to the Android Market.
Now I am trying to backup my key to make sure it doesn't get lost, but
I can't figure out how to do this on Windows Vista.

When I look in the directory where I ran keytool to create the
keystore I can't find the keystore file.  When I use eclipse to sign
the application and browse to that directory it shows me that the file
<my_company_name>.keystore is there and lets me select it as the
keystore for signing my application.  But when I look in the directory
using windows explorer or a command prompt the file is not there (I do
have it set to show me hidden and system files).  I also tried looking
in places like C:\Users\<my_user_name> and C:\Users\<my_user_name>
\Documents but could not see the keystore anywhere.

I ran the keytool command with "keytool -list -keystore
<my_company_name>.keystore" and is does list the keystore and shows
that it contains the alias <my_app_name>.  However I tried running
"keytool -keyclone -keystore <my_company_name>.keystore -alias
<my_app_name> -destkeystore <my_usb_thumb_drive>
\<my_company_name>.keystore -dest <my_app_name> -keypass
<the_alias_password>" and keytool tells me that "alias <my_app_name>
does not exist.

I tried different combinations for several hours but was unable to
figure out how to get it to make a backup of my signing keystore on my
usb thumb drive.

I would greatly appreciate any help in pointing me in the right
direction.  After reading the warnings about not losing your signing
key, I feel that making a backup is critical, but I can't figure out
how to find the keystore or get keytool to make the backup.  I
searched but have not been able to find any instructions that work to
do this.  It seems like an issue that every developer needs to be
concerned about.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to