Android Warning message: Attempt to retrieve bag which is invalid or in a cycle

android

Solution

The reason is that the project has a style defined under "values-fr" but no counterpart under the default values folder.

Problem

I see warning message in LogCat saying: ResourceType: Attempt to retrieve bag 0x7f080015 which is invalid or in a cycle. The warning message repeats 50+ times which is really annoying. What does it mean? And how do I make it go away?

Original source