I have installed Eclipse Indigo and the auto-complete feature is working normally in the Java editor.. the problem is in the XML editor, when I press CTRL+Space, nothing of the suggestions comes out.
Why is this?
2 Answers
I had faced the same problem. I was trying to solve using
sample.xml layout file -> Right click on it -> Open With -> Android Layout Editor But no luck. Then I was trying another way
Select Project (say Myproject) from Package Explorer
Right click on the Myproject
Select Properties from popup
Select Java Build Path from left panel
Select Source from right tab
Select Myproject/gen
Click on Remove button
Repeat step 6 and 7 for Myproject/src
Press on OK button
Click on Add Folder..
Add the Myproject/gen and Myproject/src
OK again OK
It solved the problem.