Google Maps SDK is crashing – Google Maps SDK Error started popping on last hour
Google Maps SDK is crashing – Google Maps SDK Error started popping on last hour
  • google maps
  • array index out of bound
  • google maps carhases
  • google maps carhases
  • google map location stop
  • map api wont working
  • FATAL EXCEPTION: androidmapsapi-ZoomTableManager
: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.

My map fragment 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" />

The fragment code:

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) {

        ...

    }

}

I’m trying to gather info here:

Answer by google

Our engineering team continues to investigate the issue.
We will provide an update by Thursday, 2020-04-23 14:30 US/Pacific with current details.
Diagnosis: If you see a stack dump starting with the lines: java.lang.ArrayIndexOutOfBoundsException: length=1; index=12 at com.google.maps.api.android.lib6.gmm6.vector.ct.<init> … you are affected by this error.
Workaround: None at this time

Original Discussion Link :- Click Here

TRACK THIS ISSUE HERE PROVIDE BY GOOGLE :- https://issuetracker.google.com/issues/154855417

Is Google Maps Down Right Now? :- Know More Here

Google maps

array index out of bound

Google maps carhases

Google map location stop

Map api wont working

FATAL EXCEPTION: androidmapsapi-ZoomTableManager

com.google.android.gms.dynamite_mapsdynamite issue