Android: Eclipse autocomplete does not work in xml files

前端 未结 4 1027
执笔经年
执笔经年 2020-12-10 03:02

I am seeing a strange problem with my Eclipse IDE for Android development.

Autocompletion does not work when I hit Ctrl + Space in the main.xml file for my layouts.

4条回答
  •  眼角桃花
    2020-12-10 03:06

    Try this as suggested powder366

    Or you can set the default editor in Eclipse Preferences, used Android Common XML Editor. You find it in Eclipse Preferences, General, Editors, File Associations. Click on .xml, choose "Add" "Android Common XML Editor". Select it and press the Default button.

提交回复
热议问题