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 f开发者_JS百科ile is 4.74MB. If it is more then I got the exception.
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.
精彩评论