"Debug certificate expired" error in Eclipse Android plugins

hap497 picture hap497 · Feb 3, 2010 · Viewed 267.8k times · Source

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

[2010-02-03 10:31:14 - androidVNC]Error generating final archive:
Debug certificate expired on 1/30/10 2:35 PM!

How do I fix it?

Answer

Christopher Orr picture Christopher Orr · Feb 4, 2010

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

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.