eclipse 无法识别我的布局文件夹,我的布局无法被引用
R.layout.activity_qr01
并且错误说:我的布局无法解析或不是字段
activity_qr01 的代码是:
<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" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world"
tools:context=".QR01" />
</RelativeLayout>