[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Michael A.
Sounds as if you may be being being hit with the same issue as this: http://code.google.com/p/android/issues/detail?id=21051colspec=ID%20Type%20Status%20Owner%20Summary%20Starsstart=100 -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Great thanks Kostya that fixed my problem :) Do you know what it fixed by any chance ? Steve On Oct 25, 3:23 pm, Kostya Vasilyev kmans...@gmail.com wrote: Try right clicking on the project, then choosing Android - Fix project properties, then closing and reopening the workspace. 25.10.2011

Re: [android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kumar Bibek
When something doesn't work... I kill eclipse and re-start it. Fixes a few things almost all the time. Has been happening lately with the new ADT update. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Tue, Oct 25, 2011 at 10:39 PM, swebb99

Re: [android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread Kostya Vasilyev
Empirically, this adds a new entry to the project's .classpath, but I don't have the slightest idea why it has this effect on the ADT XML editors: https://groups.google.com/forum/#!topic/android-developers/DdE5Ql_OZsY https://groups.google.com/forum/#%21topic/android-developers/DdE5Ql_OZsY

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Tried restarting Kumar, had no effect but the tip about fix the project did! On Oct 25, 6:11 pm, Kumar Bibek coomar@gmail.com wrote: When something doesn't work... I kill eclipse and re-start it. Fixes a few things almost all the time. Has been happening lately with the new ADT update.

[android-developers] Re: Existing layouts no longer showing in graphical layout due to null pointer exception!

2011-10-25 Thread swebb99
Strange, I thought I did a comparison between the working project and the one that didn't and the paths looked the same. Oh well something subtle has obviously changed. I've raised an issue about this: