ResourceType (Skipping entry in package table) problem

六眼飞鱼酱① 提交于 2019-12-22 08:39:03

问题


In debugger I am getting this warning (5 times):

W 2265 ResourceType Skipping entry 0x106000d in package table 0 because it is not complex!

These warnings show every time an activity is brought to the front. I have checked R.java and there is no resource with this address 0x106000d.

I have no idea what to do.


回答1:


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.




回答2:


The resource 0x106000d is the @android:color:white

This is bugging me too, because it warns me not only five times, but more than 50 times on more or less every activity.



来源:https://stackoverflow.com/questions/4555721/resourcetype-skipping-entry-in-package-table-problem

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