I am getting the following error when I am trying to run my Android app with Google Maps activity.
E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.android.gms.googlecertificates.ModuleDescriptor" on path: DexPathList
My app already worked for a while before but I can't really define the point where the error occurred for the first time. This also happens with a new project with the standard MapsActivity from Android Studio.
Tried it with API Levels 15 and 23 on both my Sony Xperia Z3 (with API Level 23) and an AVD (with API Level 22 and 23).
I'm totally new to Android development with Android Studio and quite frustrated because I can't seem to get it to work again.
Thanks in advance,
Florian