Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Not Showing Graphical Layout for Android XML files

I had a HD hardware failure the otherday and have been trying to recreate my Android programming environment.

I have installed Eclipse and the Android SDK. I have updated the SDK to the latest version.

I then imported my project from my backup folder. When I look at my layout files in eclipse I cannot view the Grphical.layout as its not an option. I get the following tab options for the page (Design or Source).

However my old environmet which i have a copy of in a virtual machine gives me following tab options for the layout file (Graphical Layout or filename.xml)

Any ideas why this is occuring? I assume it must be something to do with eclipse not realising that its menat to be looking at android xml layout files.

Please help,

Iain

like image 838
Comic Coder Avatar asked Sep 02 '11 13:09

Comic Coder


1 Answers

comic if graphical layout is not showing by opening the xml file try using OpenWith ->Layout Editor on the xml file witch u want to open from project explorer under res folder

like image 66
Muni Mishra Avatar answered Oct 16 '22 23:10

Muni Mishra