解决Debug Certificate expired问题

  最近忙于毕业论文,明天要答辩了,想再运行一次程序,但是提示项目包含错误,打开problems(window-->show view-->problems)一看错误是:Debug Certificate expired 。。。

  原来问题是调试的证书过期了,stackoverflow(http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins)上有一哥们也遇到了这个问题,看了一下解决办法,下面总结一下解决方法:

  ①在Window-->Preferences-->Android-->Build下找到default debug keystore中的值,如我的是:E:\Android\AVDs\.android\debug.keystore

  ②打开debug.keystore所在目录,删除debug.keystore,重新运行即可。

  亦可参考如下网址:

    http://developer.android.com/resources/faq/troubleshooting.html#signingcalendar

posted @ 2012-06-17 21:08  Lefter  阅读(1194)  评论(1编辑  收藏  举报