Re: [android-developers] Re: xml layout error.

2011-08-13 Thread rich friedel
Sort of... Sometimes, after using Eclipse for awhile, LogCat seems to hang and will display nothing until you restart eclipse. I don't know why it does this but it does. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

Re: [android-developers] Re: xml layout error.

2011-08-12 Thread TreKing
On Fri, Aug 12, 2011 at 7:30 PM, martypantsROK wrote: > why not give the poor guy some real advice > I thought I had ... > instead of just making crap up? > I didn't think I did ... If LogCat literally shows nothing - not a single line from anywhere - then the OP has serious problems, as I

[android-developers] Re: xml layout error.

2011-08-12 Thread martypantsROK
patently ridiculous - why not give the poor guy some real advice instead of just making crap up? On Aug 13, 5:13 am, TreKing wrote: > On Fri, Aug 12, 2011 at 3:10 PM, Goutom wrote: > > what to do? > > Reinstall Eclipse and the SDK - because if LogCat shows *NOTHING*, you have > a serious problem

[android-developers] Re: xml layout error.

2011-08-12 Thread martypantsROK
You have to supply a layout_width On Aug 13, 5:10 am, Goutom wrote: > Hi > > I have a layout xml file.When I call setContentView(R.layout.xmlname), it > crashes.Logcat shows nothing. > > --