0

我刚刚开始学习android,下面的代码似乎是正确的,但我得到了错误。请帮忙。

<TextView 
android:id="@+id/intro"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Enter some text:"
/>
4

1 回答 1

8

确保您已添加xmlns:android="http://schemas.android.com/apk/res/android"到您的第一个 XML 元素(在<xml>标记之后)。

于 2013-06-24T18:36:30.257 回答