Reputation: 597
I'm facing a problem when developing layout files for Android with Eclipse ADT Plugin. Some of my files, when opened, does not show the Graphical layout tab, just as below:
The others (actually, the older ones), instead, show it correctly.
Does anyone knows what can be done in this case?
Thanks in advance!
Upvotes: 33
Views: 17778
Reputation: 655
If you can see the Graphical Editor tab and still if nothing is showing up, restart eclipse. Worked for me!
Upvotes: 3
Reputation: 2583
Have you tried right clicking one of the layout files in the Package Explorer view and clicking
Open With -> Android Layout Editor
Upvotes: 58