Too Many Attribute References Warning. Possible Causes?
I developed an aplication and noticed that i get a lot of ' Too many attribute references' warnings in logcat. W/ResourceType﹕ Too many attribute references, stopped at: 0x#####
Solution 1:
I had the same issue and at some point an attribute chain was created. By removing the parent the chain is broken so you should be good.
Post a Comment for "Too Many Attribute References Warning. Possible Causes?"