“app does not match codfile timestamp of sibling module” exception

a 夏天 提交于 2019-12-12 01:46:29

问题


My app has some png images, and when I add more images to the resource file, the compile complains "app does not match codfile timestamp of sibling module" exception. The size of .cod file is 4.74MB. If it is more then I got the exception.


回答1:


It sounds like you've come up against a memory limit with the sibling COD files. Your best bet would be to bundle your resources into a separate resource-only project and to include the COD files generated by that project into your JAD.



来源:https://stackoverflow.com/questions/5145745/app-does-not-match-codfile-timestamp-of-sibling-module-exception

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!