HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
57 stars 66 forks source link

cannot access zzbfm / class file for com.google.android.gms.internal.zzbfm not found - Ionic 6 #128

Closed seltix5 closed 1 year ago

seltix5 commented 1 year ago

Hello, I'm using Ionic 6 and it does not compile.

....android\capacitor-cordova-android-plugins\src\main\java\com\marianhello\bgloc\data\BackgroundActivity.java:20: error: cannot access zzbfm
        confidence = activity.getConfidence();
                             ^
  class file for com.google.android.gms.internal.zzbfm not found

To Reproduce Compile Ionic 6 -> Android Studio

Screenshots image

Desktop (please complete the following information):

Thank you.

HarelM commented 1 year ago

Please add gms services in your build gradle like the following. https://github.com/IsraelHikingMap/Site/blob/d89a3a5fc8f3ce12aa31f6bcd1d4b4499185f66f/IsraelHiking.Web/android/build.gradle#L11