eclipse can not recognise my layout folder, my layouts could not be referenced by
R.layout.activity_qr01
and the error says:my layout can not be resolved or is not a field
the code of activity_qr01 is:
<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>

activity_qr01.xmlfile. – Lucifer Sep 11 '12 at 8:35