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!

link|improve this question

60% accept rate
This may be a permanent solution: stackoverflow.com/questions/8152046/… – Paresh Mayani Nov 16 '11 at 13:03
feedback

2 Answers

up vote 43 down vote accepted

Have you tried right clicking one of the layout files in the Package Explorer view and clicking

Open With -> Android Layout Editor

link|improve this answer
Thanks very much, man! I just can't figure out why these files are now being opened with the other editor. Older files are opened with the Android Layout Editor as expected. – Guilherme Apr 19 '11 at 16:33
1  
I've had the same problem man, it seems eclipse has a mind of its own when it comes to opening android xml files! – LBNerdBard Apr 19 '11 at 16:35
I just started having this same issue. Your solution worked. Thanks! – ericharlow May 19 '11 at 19:38
+1, Thanx for saving my development time. – Paresh Mayani Aug 24 '11 at 8:56
+1 You save me..... you are God. – Pankaj Kumar Sep 21 '11 at 8:10
show 4 more comments
feedback

Please Try This

right clicking on layout files of any in the Package Explorer view and clicking

Open With -> Android Layout Editor

link|improve this answer
feedback

protected by Community Jan 18 at 21:29

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.