Android: Eclipse autocomplete does not work in xml files

前端 未结 4 1024
执笔经年
执笔经年 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:17

    Check that the file is being opened in the Android XML Layout editor (not just the "plain" XML editor). Right-click the file, choose Open With, and select Android Layout Editor.

提交回复
热议问题