Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-20 Thread Tor Norbye
Thank you very much Lei -- I can reproduce it now (and I've submitted a fix so this will be resolved in the next version). The part I was missing was creating a new XML file without using the XML template. There was a bug which caused infinite recursion when the XML menu file to be opened was empty

Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-09 Thread Tor Norbye
On Fri, Apr 8, 2011 at 12:06 PM, Dustin wrote: > Tor, > Thanks for the input.  I was not aware of the "New Android XML File" > wizard.  I was just creating a new folder called "Menu" and then > placing a new xml inside it called "menu.xml".  After trying the > wizard, everything seems to develop j

Re: [android-developers] Re: eclipse/sdk combo crash

2011-04-08 Thread Tor Norbye
How are you creating the XML file -- using the "New Android XML File" wizard, selecting "Menu" among the type radio buttons? What name are you choosing? Also, which version of Eclipse and ADT? If you can generate a thread dump of the frozen IDE, that would help. For example, use "jstack ". Here ar