CrossGeeks / GeofencePlugin

Geofence Plugin for Xamarin iOS and Android
MIT License
48 stars 22 forks source link

[Android] Application crashes when I build #33

Closed lupialex closed 3 years ago

lupialex commented 3 years ago

Hello, I created a Xamarin forms project and use GeofencePlugin (version 1.5.7), but when I build the application it crashes and obtains the following error: <my-project-android-path>/obj/Release/android/src/crc64c554f6b6abc76285/GeofenceImplementation.java(8,8): Error JAVAC0000: error: GeofenceImplementation is not abstract and does not override abstract method onConnectionSuspended(int) in ConnectionCallbacks public class GeofenceImplementation (JAVAC0000) (MyProject.Android) javac

For more info:

Thanks in advanced

dfilho commented 3 years ago

Hi, I'm having the same issue, please, someone could help us?

Thanks!

dfilho commented 3 years ago

The new release resolved my problem, thank you!!