Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android callback exception: java.lang.UnsatisfiedLinkError #73

Open
klyver opened this issue Nov 20, 2020 · 1 comment
Open

Android callback exception: java.lang.UnsatisfiedLinkError #73

klyver opened this issue Nov 20, 2020 · 1 comment

Comments

@klyver
Copy link

klyver commented Nov 20, 2020

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?

@tashiwangdi
Copy link

Hi @bkonyi : Could a fix similar to this one - flutter/plugins@de56da5#diff-e57a1a7ffb729ad174b597626202429c1c87e4168e19b2aa9decc1be84e8777b
help get rid of the error?

java.lang.UnsatisfiedLinkError: 
  at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation (Native Method)
  at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation (FlutterCallbackInformation.java:30)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants