Android MapView no longer working, even after using updated google tutorial

5.1k Views Asked by At

I followed the tutorial step by step to setup google maps on my android app, but I keep receiving this error:

```W/DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
I/DynamiteModule: Considering local module com.google.android.gms.googlecertificates:0 and remote module com.google.android.gms.googlecertificates:6
I/DynamiteModule: Selected remote version of com.google.android.gms.googlecertificates, version >= 6```

I've tried both in different emulators and physical devices, but nothing works. The same apk I compiled a few weeks ago also stopped working.

0

There are 0 best solutions below