<com.baidu.mapapi.map.MapView android:id="@+id/fragment_mainmap_map" android:layout_width="match_parent" android:layout_height="match_parent"
android:clickable="true" />
改为
<com.baidu.mapapi.map.TextureMapView android:id="@+id/fragment_mainmap_map" android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" />
TextureMapView 替换 MapView