<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/relative"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world"
android:id="@+id/text_view"
android:backgroind="@drawable/ic_launcher" />
<TextView
android:id="@+id/text_view2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
"android:id"
不管用。
根视图是work(@+id/relative)
. TextView 提示"class' or 'interface' expected"
。我尝试其他资源(可绘制,布局)没问题。只有 R 文件中的 id attr 不起作用。但是 root view 的 attr 是可以的。
我搜索了谷歌,但找不到答案。
帮助!谢谢你!
感谢回答朋友的问题,我这里的第一个问题,英文不好,非常感谢您的耐心等待:)。我之前的AndroidStudio版本是0.1.9,现在是0.2.10,make project之前报错,不能运行项目,虽然还是在android: id =" @ + id / ****** "
出现下面红线没有提示输入信息,但是可以make项目,您可以运行该项目。