[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread shailesh prakash
Hey hackbod, You should not use sword if needle is required. On Mon, Oct 20, 2008 at 9:54 PM, hackbod <[EMAIL PROTECTED]> wrote: > > Because it is far better to tell someone how to diagnose their own > problem, than to just tell them how to fix this problem, so they know > how to deal with any

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread hackbod
Because it is far better to tell someone how to diagnose their own problem, than to just tell them how to fix this problem, so they know how to deal with any such problems in the future. On Oct 19, 11:38 pm, "shailesh prakash" <[EMAIL PROTECTED]> wrote: > I don't know why you all complexing the p

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread shailesh prakash
I don't know why you all complexing the problem. I t is just a missing classname in provided namespace. As I can see there is no TextField in res/android namespace better you try TextView. On Mon, Oct 20, 2008 at 8:04 AM, DulcetTone <[EMAIL PROTECTED]> wrote: > > I have an XML file that causes

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-19 Thread shailesh prakash
I don't know why you all complexing the problem. I t is just a missing classname in provided namespace. As I can see there is no TextField in res/android namespace better you try TextView On Mon, Oct 20, 2008 at 11:55 AM, for android <[EMAIL PROTECTED]> wrote: > This post might help you also. >

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-19 Thread for android
This post might help you also. http://groups.google.com/group/android-developers/browse_thread/thread/f169c76bc7faccaf/cab78c24a36d3101?lnk=raot&pli=1 Also if you have done a sample for inflation.Could share a code snippet.I also need it. Thanks On Mon, Oct 20, 2008 at 8:07 AM, Romain Guy <[EMA

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-19 Thread Romain Guy
In the Logcat view of Eclipse (or from a shell, type adb logcat), you will see the full stack trace with the explanation of what's wrong. On Sun, Oct 19, 2008 at 7:34 PM, DulcetTone <[EMAIL PROTECTED]> wrote: > > I have an XML file that causes an inflate exception with no > discernible detail to