本文介绍了"调试证书过期"在Eclipse的Andr​​oid插件错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Eclipse的Andr​​oid插件来构建一个项目,但我在控制台窗口中收到此错误:

I am using Eclipse Android plugins to build a project, but I amgetting this error in the console window:

[2010-02-03 10点31分14秒 - androidVNC]错误产生最终的归档文件:

     调试证书过期10年1月30号2:35 PM!

如何解决呢?

推荐答案

〜/ .android / debug.keystore 删除调试证书上的 Linux和Mac OS X ;该目录是像%USERPROFILE%/。机器人窗口

Delete your debug certificate under ~/.android/debug.keystore on Linux and Mac OS X; the directory is something like %USERPROFILE%/.androidon Windows.

Eclipse的插件应该然后生成一个新的证书,当你下次尝试建立一个调试包。您可能需要清理,然后构建生成证书。

The Eclipse plugin should then generate a new certificate when you next try to build a debug package. You may need to clean and then build to generate the certificate.

这篇关于"调试证书过期"在Eclipse的Andr​​oid插件错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 16:07
查看更多