Apparently the home screen can't find the layout resource for its content
view.  This certainly works in other places, so this seems like an issue
specific to whatever you are building, and you will need to debug it.  The
first thing to do is probably to use aapt to look at the home screen's .apk
to make sure this resource is actually there.  If it is, then you'll
probably need to dig into ResourceTypes.cpp to see why it is failing to be
found.

On Tue, Aug 4, 2009 at 3:28 AM, Neo <zingafri...@yahoo.com> wrote:

>
>
>
> On Aug 3, 3:10 pm, Neo <zingafri...@yahoo.com> wrote:
> > On Jul 31, 7:03 am, Neo <zingafri...@yahoo.com> wrote:
> >
> > > Any ideas fellas, on the above error?
> >
> > Is nobody facing/faced this problem so far?
>
> This particular line -
> W/ResourceType(  863): Failure getting entry for 0x7f030005 (t=2 e=5)
> in package 0: 0xffffffb5
> is coming from ResourceTypes.cpp in android.
>
> Any reason why it could fail?
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

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.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to