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>