I can#39;t find the debug.keystore file(我找不到 debug.keystore 文件)
问题描述
Eclipse 和 Android 的 SDK 出现错误.显然,这是因为我的证书过期了.所以我用谷歌搜索了这个错误,我发现我必须删除 ~/.android/debug.keystore 文件.问题是我找不到这个文件.它不在我的 SDK 中.
I'm having an error with Eclipse and Android's SDK. apparently, it comes from the fact that my certificate expired. So I googled the error and I found that I have to remove the ~/.android/debug.keystore file. The thing is I can't find this file. It's not in my SDK.
有人可以帮我解决这个问题吗?
Can someone help me with this ?
我在 Mac 上工作.
I work on Mac.
推荐答案
打开 Eclipse Preferences,然后导航到 Android > Build.在那里您会看到一个字段,告诉您调试密钥库的位置.
Open Eclipse Preferences, then navigate to Android > Build. There you'll see a field that tells the location of your debug keystore.
这篇关于我找不到 debug.keystore 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我找不到 debug.keystore 文件


基础教程推荐
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 多个组件的复杂布局 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 大摇大摆的枚举 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01