On Tue, Dec 1, 2009 at 4:58 PM, Matt Kanninen <[email protected]> wrote:

> I am curious about these "Resources don't contain package for resource
> number" messages.  What do they mean?  I am seeing them on my Droid.
>

They mean someone (and it is typically the system process) is trying to
retrieve resource identifiers that don't exist.  For most of them, this is
attempting to retrieve an application's resources (0x7f......) from a
resources object that only has system resources (0x01......).  This
shouldn't need to be something app developers worry about, though they are
annoying.

-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to