Xml无效令牌错误

时间:2013-08-09 02:08:00

标签: android

我在以下代码中收到无效的令牌错误:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".MainActivity">
<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/hello_world"/>

在eclipse IDE上,错误红色'x'位于android:paddingLeft行。非常感谢任何见解!

1 个答案:

答案 0 :(得分:0)

我刚刚删除了该项目,因为它是一个测试。不过,在此之前,我正在搞乱xml的TextView。谢谢你的帮助!