generating final archive: Debug Certificate expired onUnknown Android Packaging

        最近不知咋个的哦!eclipse 项目都是红叉叉的,不知咋个的哦!
        我开始的解决办法是,最开始浏览了下项目的文件没有发现错误,记得老师曾经叫我们的一招,就是你的项目自己检查了自认为没错嘛,就在problems中把错误的删除,开始我照做了。 红叉叉是消失了,然后我以允许程序了
               [2011-10-10 22:26:15 - widgetDemo] adb is running normally.
              [2011-10-10 22:26:15 - widgetDemo] Could not find widgetDemo.apk!
然后打开项目bin文件果然没发现apk文件了,当时就很疑问了以前不是都有而且可以运行吗?当时就萌了,后来我想是不是项目有错就不能生成apk文件了,这个问题只是自己的推断,还得去探索。然后有把eclipse重启了下了。在problems中发现了
     generating final archive: Debug Certificate expired onUnknown Android Packaging  然后完全就搞不懂了,唯一的办法就是求救google结果终于找到了解决方案
  Google官方给出了解决办法:

To fix this problem, simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/avd on OS X and Linux, in C:\Documents and Settings\\.android\ on Windows XP, and in C:\Users\\.android\ on Windows Vista.

The next time you build, the build tools will regenerate a new keystore and debug key
   找文件的路径就在
     windows->preferences->andorid->build 
            里面有个default debug keystore  里面的路径就是keystore文件所在地方
把它给delete了,就ok了!
        总结下:作为android 菜鸟开发程序真是太折腾人了!

你可能感兴趣的:(certificate)