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 文件
基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 降序排序:Java Map 2022-01-01