问题描述
我正在尝试在我的Android应用程序中使用debug.keystore来使用Google地图服务。我做了一些研究,发现当我构建应用程序时,keystore将自动生成,默认位置可以在Eclipse - >首选项 - > Android - > SDK位置中查看。
I was trying to get the debug.keystore for using the Google map service on my Android application. I did some researches and found that the keystore will auto generated when i build the application, and the default location can be viewed in "Eclipse -> Preferences -> Android -> SDK location".
但是当我去这个文件夹,我看不到任何debug.keystore,即使我在聚光灯下搜索,它显示没有debug.keystore。
But when i go to this folder, i can't see any debug.keystore, even i search on the spotlight, it shows there is no debug.keystore.
有没有办法让eclipse再次生成debug.keystore或找到现有的密钥库?
Is there any way to let eclipse to generate the debug.keystore again or find the existing keystore?
推荐答案
debugkeystore为窗口用户将在用户/ .android dir
debugkeystore for window user it will be in users/.android dir
这篇关于Eclipse没有调试密钥库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!