How to find ~/.android/debug.keystore in Mac OS X for Android?
I am very new to Android development. Now am facing this problem in Java Eclipse,
Error generating final archive: Debug Certificate expired on 1/11/12 12:52 PM Unknown Android Packaging Problem
I searched in google and found the answer for my problem from this link "Debug certificate expired" error in Eclipse Android plugins. They gave the answer for my question. I am using Eclipse in Mac OS X
. They gave solution that to delete debug.key
from Preferences - Android - Build - Default debug keystore
. I found the ~/.android/debug.keystore
from that location and i tried to delete debug.keystore from Default debug keystore:
but, i can't delete it from that location because it is not editable. Can anyone please solve my problem? Thanks in advance.
只需在终端中手动重命名或删除它: rm ~/.android/debug.keystore or mv ~/.android/debug.keystore ~/.android/debug.keystore-backup
或者查看这个线程
上一篇: IDEAL的OpenSSL证书
下一篇: 如何在Mac OS X for Android中查找〜/ .android / debug.keystore?