Google Developer Console | java.lang.Error: FATAL EXCEPTION

Greetings,

Looking at crashes in the devleoper console I see a lot of instances of this:

java.lang.Error: FATAL EXCEPTION [main]
Unity version     : 2017.1.1f1
Device model      : HUAWEI STF-L09
Device fingerprint: HONOR/STF-L09/HWSTF:7.0/HUAWEISTF-L09/C10B130:user/release-keys
Caused by
  at com.google.android.gms.common.internal.zzf$zza.zzb (Unknown Source)
  at com.google.android.gms.common.internal.zzf$zza.zzu (Unknown Source)
  at com.google.android.gms.common.internal.zzf$zze.zzxH (Unknown Source)
  at com.google.android.gms.common.internal.zzf$zzd.handleMessage (Unknown Source)
  at android.os.Handler.dispatchMessage (Handler.java:105)
  at android.os.Looper.loop (Looper.java:156)
  at android.app.ActivityThread.main (ActivityThread.java:6577)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:942)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:832)

What is this? Why is it happening? And what can I do about it?

This crash happens inside some internal Google play services code. Can you please mention all the different google play services libraries you have in your project ?

Sure,

play-services-auth-10.2.1,
play-services-auth-base-10.2.1,
play-services-base-10.2.1,
play-services-basement-10.2.1,
play-services-drive-10.2.1,
play-services-games-10.2.1,
play-services-nearby-10.2.1,
play-services-tasks-10.2.1,
support-annotations-24.0.0
libgpg.so

That’s basically what the PlayServicesResolver grabs and puts in the Plugins folder.

We also use Chartboost and UnityPurchasing.

Any other information you’d like me to provide?

Did you have a look at this similar question: google play services - Android crash on GooglePlayServices (Games) connect - Stack Overflow