Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps Android SDK Crashing- androidmapsapi-ZoomTableManager [duplicate]

Was using the Mock GPS application to test a few things out, but the app started crashing all of a sudden. Tried to find something on the Android Studio logs. Found these logs

2020-04-24 02:36:39.538 31343-31415/? E/AndroidRuntime: FATAL EXCEPTION: androidmapsapi-ZoomTableManager
Process: com.lexa.fakegps, PID: 31343
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)

Anybody else facing similar issues? I've integrated Maps on a couple of apps of mine too. It's crashing there too. Is there a solution to it?

The Google Maps app on the device works fine.

like image 610
Deep Lathia Avatar asked Apr 23 '20 21:04

Deep Lathia


1 Answers

Yes it's from Google map, the only solution right now is to "Wait" according to Google Map Team :

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.

... you are affected by this error.

Workaround: None at this time

Update: problem fixed, you have to clear the App data and cache

like image 165
Maher Avatar answered Oct 19 '22 08:10

Maher