小编Mr.*_*ing的帖子

为标记片段找到意外的名称空间前缀"xmlns"为标记片段找到的意外名称空间前缀"map"

为标记片段找到的意外名称空间前缀"xmlns"为什么为标记片段找到了
意外的名称空间前缀"map"?

<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>
Run Code Online (Sandbox Code Playgroud)

为标记片段找到的意外名称空间前缀"xmlns"为什么为标记片段找到了意外的名称空间前缀"map"?

android google-maps

7
推荐指数
1
解决办法
1万
查看次数

标签 统计

android ×1

google-maps ×1