在android进行调试的时候,出现了N多的警告
W 2265 ResourceType Skipping entry 0x106000d in package table 0 because it is not complex!
搜素了下stackoverflow.
It is a warning. Unless you are experiencing concrete problems that you are certain relate to this, ignore it. The operating system logs all sorts of stuff that we as developers wind up simply having to ignore.
大概意思:
这只是一个警告,操作系统记录各种各样的日志,如果你在调试的时候没有遇到实际的问题的话,作为开发人员的你可以忽略它
极大欢喜的事情,ignore
在Android开发过程中,遇到诸如'W2265ResourceTypeSkippingentry...'等警告信息时,了解其含义并学会如何忽略它,对于提高开发效率至关重要。本文详细解释了这一警告信息,并提供开发人员在面对此类情况时的处理建议。
4851

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



