Skip to content Skip to sidebar Skip to footer

Exception Thrown While Unbinding At Com.google.android.gms.measurement.internal

I get this exception but I do not know how to find what the issue is nor what causes it. Can you help? W/ConnectionTracker: Exception thrown while unbinding java.lang.IllegalAr

Solution 1:

The solution is to add

implementation 'com.google.android.gms:play-services-basement:17.5.0'

in your app-level build Gradle dependency.

UPDATE: This is just a minor logcat warning and should not have any effect on your app. It is a bug and the team is aware.

More info: https://github.com/firebase/firebase-android-sdk/issues/1662#issuecomment-743265157

Solution 2:

i think this is a bug from firebase-android-sdk or flutter-geolocator

if you can try to remove com.google.android.gms:play-services-base.

you can check this for more information.

Post a Comment for "Exception Thrown While Unbinding At Com.google.android.gms.measurement.internal"