なぜタグフラグメントに予期しない名前空間プレフィックス「xmlns」が見つかりましたタグフラグメントに
予期しない名前空間プレフィックス「マップ」が見つかりましたか?
<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"
tools:context=".Main">
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:id="@+id/map"
android:name="com.google.android.gms.maps.MapFragment"
map:mapType="satellite"/>
</RelativeLayout>
なぜタグフラグメントに予期しない名前空間プレフィックス「xmlns」が見つかりましたタグフラグメントに予期しない名前空間プレフィックス「マップ」が見つかりましたか?