Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps SDK Error started popping on last hour [duplicate]

:com.google.android.gms.dynamite_mapsdynamite@[email protected] (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

like image 460
Rafael Silva Avatar asked Apr 23 '20 19:04

Rafael Silva


People also ask

Is Google Maps Android SDK free?

The Maps SDK for Android uses a pay-as-you-go pricing model.

Is Google Maps iOS SDK free?

The Maps SDK for iOS uses a pay-as-you-go pricing model.

Is Google Maps API no longer free?

You won't be charged until your usage exceeds $200 in a month. Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).


1 Answers

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

like image 137
okarakose Avatar answered Oct 12 '22 23:10

okarakose