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

        ...

    }

}

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

edit: FINAL RESPONSE HERE: https://issuetracker.google.com/issues/154855417#comment509

Rafael Silva
  • 656
  • 5
  • 10

3 Answers3

25

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.

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

JohnnyLambada
  • 12,700
  • 11
  • 57
  • 61
okarakose
  • 3,692
  • 5
  • 24
  • 44
8

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

Google confirms outage

jon
  • 3,202
  • 3
  • 23
  • 35
6

Update:its fixed now.Clear data strorage of app and then open app

API is partially down right now, affecting many apps esp. delivery services that use its SDK, causing mobile apps to crash all over the world.Even App like Uber is also crashed

jyotsna
  • 97
  • 1
  • 9
  • 2
    Clearing apps's data is not the solution. It will remove everything from the app and how we supposed to inform our more than 100,000 active users to go to settings and clear the app's data? more than half of them wont even know what is app's data. – Muhammad Saqib Apr 24 '20 at 13:34
  • its only for for users who opened app in that timeframe when google map was down,otherwise who didnot open app in that specific timeframe are not facing any problem – jyotsna Apr 25 '20 at 11:17