在Linux上运行的Eclipse并不能自动完成Android XML

时间:2011-12-08 21:08:33

标签: android eclipse android-layout adt

就在最近,定义我的布局等的Android XML文件已停止自动完成。当我输入android:时,我曾经获得与Android相关的选项列表,例如layout_width等。现在我只有四个选项,第一个是xmlns="default namespace"

此外,更改为布局设计器和其他选项卡的选项卡也不见了,我留下了一个“设计”选项卡,它显示了我的XML结构和一个带有实际XML的“源”选项卡。我认为它们被认为是普通的XML文件而不是Android XML文件,有没有办法改变它?

我正在使用 ADT插件版本15.0.1 运行 Eclipse Indigo版本3.7.0

以下是其中一个未使用的XML文件的示例:

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android" 
          android:layout_width="fill_parent"
          android:layout_height="fill_parent"
          android:padding="10dp"
          android:textSize="16dp"
          android:background="#FFFFFF"
          android:textColor="#000000" ></TextView>

1 个答案:

答案 0 :(得分:1)

切换到新工作区可能会有帮助。