重複の可能性:
「@+android:id/title」はどういう意味ですか?
例: I have android:id/summary
andandroid:id/title
しかし、どこに保存されているかわかりません (さらに ID が必要です)。ここのようなレイアウトで使用する必要があります。
<TextView android:id="@+android:id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="40px"/>
システム リソースの ID が必要です (自分で作成するためではありません)。