多くの調査を行った後、何も見つかりませんでした...簡単な質問ですが、Android Studio が Map タグを使用しない理由を知っている人はいますか? 以下のコードは、SDK のマップ サンプルの一部です。Google Play サービスの lib とサポートは既に追加されていますが、何もありません。
それはエラーを示しています
Unexpected namespace prefix "map" found for tag fragment.
よろしくお願いします!
<fragment
xmlns:map="http://schemas.android.com/apk/res-auto"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment"
map:cameraZoom="10" />