Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ResourceType (Skipping entry in package table) problem

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.

like image 961
bobetko Avatar asked Feb 25 '23 12:02

bobetko


1 Answers

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.

like image 87
CommonsWare Avatar answered Mar 07 '23 05:03

CommonsWare