我正在尝试导出 Android 应用程序更新以进行签名,但我的密钥没有自动显示,我在哪里可以找到它?
好吧,我在 Android 市场上有一些非常相似的应用程序,只是针对不同的语言。当我制作应用程序时,我只是根据它们所适用的语言浏览并创建了密钥存储,并没有过多关注我将它们放在哪里。
现在我正在尝试更新应用程序,并且有几个应用程序的密钥库没有像 Eclipse 所发现的那样自动填充。
这不是我丢失计算机或硬盘驱动器的问题,我只是不知道在哪里查找我需要的文件。密钥的文件扩展名是什么?是否有默认存储的特定位置?我有多个时间机器备份可以查看,我应该在哪里查看?
谢谢!
Ok so I have a few apps on the Android market that are very similar, just targeting different languages. When I made the apps, I just went through and created the key stores based on the langage they were for, and didn't pay a whole lot of attention as to where I was putting them.
Now I'm going through trying to update the apps, and there are a couple apps whose keystore didn't automatically populate as found by Eclipse.
This isn't a matter of me losing my computer, or losing my hard drive, I just don't know where to look for the files I need. What is the key's filename extension? Is there a certain place it would be stored by default? I have several time machine backups I can go to, where should I look?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很有可能,.keystore 文件(密钥)可能已被移动,这就是 Eclipse 默认情况下无法填充它们的原因。尝试搜索 *.keystore。
如果没有,只需创建一个新的。让我们知道进展如何。
In all probability, the .keystore files (the key) might have been moved which is why Eclipse isn't able to populate them by default. Try doing a search for *.keystore.
If not, just create a new one. Let us know how it goes.