您的位置:首页 > 编程语言 > Java开发

Android Eclipse:Debug Certifica…

2014-04-18 11:58 405 查看
今天Eclipse编译Android工程时出现如下错误:

Description Resource Path Location Type
Error generating final archive: Debug Certificate expired on
12-5-26 下午8:41 ProjectName Unknown Android Packaging Problem

上网找的官方给的解决办法:

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 

例如:

进入:C:/Documents and Settings/username/.android

删除:debug.keystore

重新运行编译就正常了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: