Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the default location for android keystores created by eclipse?

I can't remember which file location I chose when exporting my signed android application via Android Tools in Eclipse on Fedora 15 and JDK 6.

I only do find a "debug.keystore" file at ~/.android/, but my android app is already in the Android Market. Is it possible I uploaded an apk with a debug keystore ?

Is that maybe because I used:

"right click on my eclipse project" -> "Android Tools" -> "Export Signed Android Application".

Instead of:

"File" -> "Export" ?

like image 539
Steffen Avatar asked Dec 16 '22 03:12

Steffen


2 Answers

My private keystore actually was the "debug.keystore" which can be found at: ~/.android/.

I just gave it the misleading name "debug".

like image 109
Steffen Avatar answered May 01 '23 10:05

Steffen


The default location is the same where your android SDK is stored, in my case (having installed the android SDK via macports) it is /opt/local/share/java.

like image 22
kinnla Avatar answered May 01 '23 09:05

kinnla