Some days ago I had a problem, I was developing an application for Android using Eclipse and ADT on Windows-7. I found the following error:
[2012-02-25 14:43:10 - androidVNC]Error generating final archive:
Debug certificate expired on 2/24/12 2:53 PM!
I solved it with the following steps:
- Open my user's profile directory "C:\Users\ali-hassan"
- In this directory I found the directory ".android "
- I delete "debug.keystore" file from it.
- I restarted eclipse again and build my project, it would create new certificate automatically.
Thats all for the debug certificate expiration issue.