Skip to content

Android callback exception: java.lang.UnsatisfiedLinkError #73

Description

@klyver

Our users are getting the following exception, which we have not been able to recreate ourselves on our own devices.

java.lang.UnsatisfiedLinkError: 
  at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation (Native Method)
  at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation (FlutterCallbackInformation.java:30)
  at io.flutter.plugins.geofencing.GeofencingService.startGeofencingService (GeofencingService.kt:75)
  at io.flutter.plugins.geofencing.GeofencingService.onCreate (GeofencingService.kt:122)
  at android.app.ActivityThread.handleCreateService (ActivityThread.java:3686)
  at android.app.ActivityThread.access$1300 (ActivityThread.java:207)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1709)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:205)
  at android.app.ActivityThread.main (ActivityThread.java:6983)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:884)

What is the reason the reason we are getting quite a lot of these exceptions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions