First question - are you using this on a non-touchscreen device?
If you do, then it will crash.
The fix can be found here: 
http://osdir.com/ml/android-porting/2009-05/msg00512.html
I've searched for it on google so that you can see the full thread but
it seems to be deleted...

On Aug 4, 7:08 pm, Dianne Hackborn <hack...@android.com> wrote:
> 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