Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Eclipse hide the keystore?

I'm surprisingly frustrated by this, and I suspect the answer is simple.

I have compiled and signed my android app using the Export Wizard, as described here in the section 'Compile and sign with Eclipse ADT'.

I would like to backup the keystore and have it handy for future app updates, but I can't figure out for the life of me where the keystore is saved. I of course can use Eclipse to go through the process, but if something happens to my computer I'll be pretty screwed.

Does anyone know where it is stored?

like image 957
Aurora Avatar asked Aug 27 '10 22:08

Aurora


1 Answers

I just spent a lot of time on this very annoying problem. On Windows, if you do not specify a full path when you create the keystore, Eclipse will hide it in its own directory. So in my case it was C:\eclipse\mykeystore

like image 77
Giulio Prisco Avatar answered Sep 20 '22 13:09

Giulio Prisco