Debug certificate expired

启动Android工程,看看时间,整整一个月没有在Gentoo下用Eclipse开发Android了。

  Description	Resource	Path	Location	Type
  Error generating final archive: Debug Certificate expired on 11-3-4 下午10:57	MyDownload		Unknown	Android Packaging     Problem
  

解决方法:http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins

Delete your debug certificate under ~/.android/debug.keystore (on Linux and Mac OS X); the directory is something like %USERHOME%/.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.