google / play-services-plugins

Plugins to help with using Google Play services SDK.
https://developers.google.com/android/guides/overview
Apache License 2.0
465 stars 137 forks source link

Getting unable to connect to service error while loading libraries #113

Open zcelaloglu opened 4 years ago

zcelaloglu commented 4 years ago

Describe the bug I just started to face error messages while it was trying to connect licenses service, There are more than 30+ open source libraries in project but I can only see 4 of them.

Desktop (please complete the following information):

Additional context I changed OSS licenses version from 17 to 16.0.2 and some of libraries has appeared again(not all of them) but I'm still getting same error messages on Logcat.

11-22 10:02:16.483 24233-24368/? E/GmsClient: unable to connect to service: com.google.android.gms.oss.licenses.service.START on com.google.android.gms
11-22 10:02:16.505 24233-24368/? E/GmsClient: unable to connect to service: com.google.android.gms.oss.licenses.service.START on com.google.android.gms
11-22 10:02:16.507 24233-24459/? W/OssLicensesLoader: Error getting license list from service: com.google.android.gms.common.api.ApiException: 17: API: OssLicensesService.API is not available on this device.
sleepybee-dev commented 1 year ago

Same Problem. How did you get the solution?