我找不到 debug.keystore 文件

2022-01-08 00:00:00 certificate sdk android keystore eclipse

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.

相关文章