Re: [android-developers] Re: Force close in example taken from book Inflation Error

2011-06-13 Thread Raghav Sood
Its correct. All the package names are com.raghavsood.listdroid. 2011/6/14 νιנαソkum@r > hi, > > Check your manifest file package name > > > > > On Tue, Jun 14, 2011 at 10:08 AM, Raghav Sood wrote: > >> Nope. My old package was com.ragahvsood.listdroid and now it is >> com.raghavsood.listdroi

Re: [android-developers] Re: Force close in example taken from book Inflation Error

2011-06-13 Thread νιנαソkum
hi, Check your manifest file package name On Tue, Jun 14, 2011 at 10:08 AM, Raghav Sood wrote: > Nope. My old package was com.ragahvsood.listdroid and now it is > com.raghavsood.listdroid The xml and class files link to the correct one. > > Any other ideas? > > Thanks > > On Tue, Jun 14,

Re: [android-developers] Re: Force close in example taken from book Inflation Error

2011-06-13 Thread Raghav Sood
Nope. My old package was com.ragahvsood.listdroid and now it is com.raghavsood.listdroid The xml and class files link to the correct one. Any other ideas? Thanks On Tue, Jun 14, 2011 at 2:51 AM, Bagatelle: David Lee Evans < dle.ev...@gmail.com> wrote: > My guess, is that you forgot to change th

[android-developers] Re: Force close in example taken from book Inflation Error

2011-06-13 Thread Bagatelle: David Lee Evans
My guess, is that you forgot to change the prefix package name in your xml file to match the new package name in your class. Maybe your new package name for your class is com.ragahvsood.listdroid-1 and in your xml file you still have com.ragahvsood.listdroid.ListDroidItemView instead of com.ragahvs