XMLファイルにいくつかの変更を加えようとすると、新しい問題が発生しました:
彼女のコード:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<fragment
xmlns:map="http://schemas.android.com/apk/res/android"
map:id="@+id/map"
map:name="com.google.android.gms.maps.MapFragment"
map:layout_width="wrap_content"
map:layout_height="250dp" />
</LinearLayout>
でエラーが発生しました
xmlns:map="http://schemas.android.com/apk/res/android"
タグ フラグメントの予期しない名前空間プレフィックス「xmlns」