开发者

"app does not match codfile timestamp of sibling module" exception

开发者 https://www.devze.com 2023-02-14 03:27 出处:网络
My app has some png images, and when I add more images to the resource file, the compilecomplains \"app does not match codfile timestamp of sibling module\" exception. The size of .cod f开发者_JS百科i

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消