Guilherme
Guilherme

Reputation: 597

Graphical Layout tab does not appear for some layout files into Eclipse

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:

enter image description here

The others (actually, the older ones), instead, show it correctly.

enter image description here

Does anyone knows what can be done in this case?

Thanks in advance!

Upvotes: 33

Views: 17778

Answers (2)

abat
abat

Reputation: 655

If you can see the Graphical Editor tab and still if nothing is showing up, restart eclipse. Worked for me!

Upvotes: 3

Twobard
Twobard

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

Related Questions