<RelativeLayout android:id="@+id/R_d"
  android:layout_width="105dip" android:layout_height="70dip"
  android:layout_below="@id/R_c" android:background="#fff">


  <com.google.android.maps.MapView
   android:id="@+id/mapview" android:layout_width="100dip"
   android:layout_height="fill_parent" android:clickable="true"
   android:apiKey="xxxxxxxxxxxxxxxxxxx" />
 </RelativeLayout>

<RelativeLayout android:id="@+id/R_e"
  android:layout_width="105dip" android:layout_height="70dip"
  android:layout_below="@id/R_c" android:background="#fff">


  <com.google.android.maps.MapView
   android:id="@+id/mapview" android:layout_width="100dip"
   android:layout_height="fill_parent" android:clickable="true"
   android:apiKey="xxxxxxxxxxxxxxxxxxx" />
 </RelativeLayout>



이런식으로 한 액티비티에  맵뷰를 2개이상 집어넣을수 있나요???
이렇게 하면 에뮬은 실행이 되는데 확인창뜨면서 프로세스가강제 종료됬습니다 이렇게 나오더라구요.ㅠ