Google Maps SDK错误从上一小时开始弹出 [英] Google Maps SDK Error started popping on last hour

查看:88
本文介绍了Google Maps SDK错误从上一小时开始弹出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

:com.google.android.gms.dynamite_mapsdynamite@201216046@20.12.16 (040306-0) line 9
com.google.maps.api.android.lib6.gmm6.vector.ct.<init>

此错误开始在随机设备上发生.有人有同样的问题吗?

This error started happening on random devices. Does anyone have the same issue?

我没有发布任何内容,也没有更改应用程序的任何内容.

I didn't release anything, didn't change anything about the app.

我的地图片段XML:

<fragment
android:id="@+id/map_stops" 
android:name="com.google.android.gms.maps.SupportMapFragment" android:layout_width="match_parent" 
android:layout_height="match_parent" tools:context="com.comprovei.entregas.fragments.TabTripsMapFragment" />

片段代码:

public class TabTripsMapFragment extends Fragment implements OnMapReadyCallback {

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

        View view = inflater.inflate(R.layout.tab_fragment_stops_map, null, false);

        ChildFragmentManager()
                .findFragmentById(R.id.map_stops);
        mapFragment.getMapAsync(this);

        return view;
    }

    @Override
    public void onMapReady(final GoogleMap googleMap) {

        ...

    }

}

edit *:我正尝试在Twitter上关注此问题: https://twitter.com/googlemaps/status/1253419390046834691

edit*: I'm trying to follow this up on Twitter: https://twitter.com/googlemaps/status/1253419390046834691

此处的最终答复:: https://issuetracker.google.com/issues/154855417#comment509

推荐答案

除Google Maps应用程序本身之外,所有应用程序都崩溃了.

All apps are crashing except Google Maps application itself.

地图优先应用程序现在完全没有用..

Maps-first applications are totally useless right now..

我们无能为力.我们应该等待.

There is nothing we can do. We should just wait.

google正在跟踪此信息: https://issuetracker.google.com/issues/154855417

this is being tracked by google here: https://issuetracker.google.com/issues/154855417

这篇关于Google Maps SDK错误从上一小时开始弹出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆