首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

Eclipse上的Android工程显示出错,但是其实没有异常解决

2012-07-27 
Eclipse上的Android工程显示出错,但是其实没有错误解决下面是解决方案: 希望能帮到遇到类似问题的朋友今天

Eclipse上的Android工程显示出错,但是其实没有错误解决
下面是解决方案: 希望能帮到遇到类似问题的朋友

今天新建项目时突然提示:
  Error generating final archive: Debug Certificate expired on 11-5-8 下午3:05 MyMp3Player Unknown Android Packaging  Problem   
而且项目上有个小红叉
原因: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
也就是删掉.android文件夹下的debug.keystore文件,然后重新build一下获取新的debug.keystore。这样新建项目或者老项目就正常了。

热点排行