Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AndroidRuntime: FATAL EXCEPTION: androidmapsapi-ZoomTableManager, java.lang.ArrayIndexOutOfBoundsException: length=1; index=12 [duplicate]

I have used Google Maps SDK (v2) in my application and today suddenly it started crashing with below crash message:

2020-04-24 02:26:40.874 22678-22758/com.**.**E/AndroidRuntime: FATAL EXCEPTION: androidmapsapi-ZoomTableManager Process: com.**.**, PID: 22678 java.lang.ArrayIndexOutOfBoundsException: length=1; index=12     at com.google.maps.api.android.lib6.gmm6.vector.ct.<init>(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (120400-0):9)     at com.google.maps.api.android.lib6.gmm6.vector.cv.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (120400-0):23)     at com.google.maps.api.android.lib6.gmm6.util.m.run(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (120400-0):14)     at java.lang.Thread.run(Thread.java:919) 

Is there anyone who faced this issue before. It would be very helpful if get help to resolve this Fatal exception issue.

like image 331
Rupesh Yadav Avatar asked Apr 23 '20 21:04

Rupesh Yadav


1 Answers

Google Maps is aware of the issue and working on a fix (link):

According to outage.report, google maps is having troubles at the time of these errors. I suspect this is the cause of these errors.

like image 127
Laércio Konzen Avatar answered Sep 23 '22 06:09

Laércio Konzen