原文链接:http://blog.163.com/gobby_1110/blog/static/292817152011484263601/
Error generating final archive: Debug Certificate expired on 11-5-8 下午3:05 MyMp3Player UnknownAndroid 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。这样新建项目时就正常了。
我表示很囧。
如果单单出现Android Packaging Problem 的提示错误,其实是一样的解决方法,
今天我也遇到一个奇怪的问题,在Clean 多次之后,项目名称前还是出现X , 由于没有将Error Log 添加进去,一时不知道错误出在哪里,将其添加进去,发现出现如下错误:
(利用别人的吧,只做记录,加深印象)
今天新建项目时突然提示:Error generating final archive: Debug Certificate expired on 11-5-8 下午3:05 MyMp3Player UnknownAndroid 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。这样新建项目时就正常了。
我表示很囧。
如果单单出现Android Packaging Problem 的提示错误,其实是一样的解决方法,
本文记录了解决Android项目中出现的Android Packaging Problem的解决方案,通过删除debug.keystore文件并重新构建项目来解决错误。


被折叠的 条评论
为什么被折叠?



