Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android XML content assist not working

My content assist was working for Eclipse XML (android) until I did an update of the android sdk, now the "design" of my xml files isn't a graphical view and when I use CTRL+space, I always get these four non-usable suggestions:

"default namespace - Default namespace attribute", 
"noschemaLoc - no namespace schema location",
"schemaLoc- XML schema location attribute",  
"xsinsp - XML schema namespace"

I also installed dreamweaver which may have interfeared with the XML extension.

A suggested solution is to right click on the .xml file and select choose another program called "Android Layout Editor". But I can't find it anywhere, I think it might not be on my computer.

I have also tried changing workspace without any success.

Any suggestions how to fix this ?

like image 651
user1084928 Avatar asked Dec 07 '11 09:12

user1084928


1 Answers

Right click on xml file and select openwith option and you can find Android Layout Editor.

like image 132
user493244 Avatar answered Sep 20 '22 23:09

user493244