问题
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