Google マップビューを既存のフラグメントに追加しようとしています。開発者ドキュメントの指示に従って、フラグメントに次の xml を含めました。
<fragment
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.MapFragment" />
ただし、毎回 IllegalArgumentException が発生します。
02-28 18:54:21.133: E/AndroidRuntime(11300): Caused by: java.lang.IllegalArgumentException: Binary XML file line #158: Duplicate id 0x7f050019, tag null, or parent id 0x0 with another fragment for com.google.android.gms.maps.SupportMapFragment
02-28 18:54:21.133: E/AndroidRuntime(11300): android.support.v4.app.FragmentActivity.onCreateView(FragmentActivity.java:285) 02-28 18:54:21.133: E/AndroidRuntime(11300) : android.view.LayoutInflater.createViewFromTag(レイアウトで
これに対する回避策はありますか?