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 文件
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
