Where does Eclipse hide the keystore?

一曲冷凌霜 提交于 2019-12-18 12:58:13

问题


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?


回答1:


It doesn't hide it. One of the first steps of the export (where you create or use existing keystore) asks you where you want to save it. You might want to go through the export steps again to see which path it is currently defaulted to and then check there.

It is typically saved with the name key (no extension).




回答2:


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




回答3:


it is very easy to creat the KeyStore, just follow the steps in your java environment, for exemplemine is java EDT

in your workspace (at the left), you have your project under(Package Explorer, Navigator), click on Navigator right clik on the top of your name project and you will have a list of items, at the last ones choose click on Android Tools ==> it will show another list, this one will display exporte unsigned package, export signed package ... and so on. choose signed package and follow the steps where the system will put your key store(it's you ho decide will it should be) choose any location you went, and give a pwd for that

good luck RachidM




回答4:


So, here is how it is, When you first export the project you will see the name of the keystore is the same as .apk Change this! make it projectname.keystore for example It was bit misleading but when you save the apk then it will replace the keystore and you cant really find it again. Then everytime you export the project select the .keystore file




回答5:


I too was not paying attention when creating the keystore. I am using the Motodev-wrapped Eclipse installation. The default location for the keystore there is $HOME\motodevstudio\tools.




回答6:


The Android plugin hides its keystores in either %HOMEPATH%\.android or ~/.android



来源:https://stackoverflow.com/questions/3588487/where-does-eclipse-hide-the-keystore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!