Reputation: 1427
Let me start by saying that I have checked the other questions that this could be considered a "duplicate" of and none of them solved the problem for me.
When I open an Android layout file in Eclipse 4.2, I am unable to open it in the Layout Designer, only in the XML text editor.
There are several similar questions that have been solved, the accepted solutions were to use Open With, or restart eclipse. I have tried both of these several times but the Android Layout Designer is not in my "Open With" dialog. There is a Legacy Android Layout Editor but it also does not display the Layout Designer.
I would have posted an image if I had enough reputation.
Upvotes: 1
Views: 675
Reputation: 31
Eclipse 4.2 is ok. In Project Explorer go to your project and open activity_main.xml from res >> layout directory. Once its open on right side look at its bottom. There will be two tabs, click Graphical Layout tab and you will get the Graphical layout back.
Upvotes: 3
Reputation: 3610
Possibly Android ADT plugin not developed properly for Eclipse 4.2 yet, You can switch back to Eclipse Helios with ADT-19 or ADT-20 plugin.
Upvotes: 0