Fix for: FATAL EXCEPTION: java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation #263 #292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
E/AndroidRuntime(18193): FATAL EXCEPTION: main
E/AndroidRuntime(18193): Process: com.courieralliance.driverca.dev, PID: 18193
E/AndroidRuntime(18193): java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(long) (tried Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation and Java_io_flutter_embedding_engine_FlutterJNI_nativeLookupCallbackInformation__J)
E/AndroidRuntime(18193): at io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation(Native Method)
E/AndroidRuntime(18193): at io.flutter.view.FlutterCallbackInformation.lookupCallbackInformation(:30)
E/AndroidRuntime(18193): at rekab.app.background_locator.c.a(:21)
E/AndroidRuntime(18193): at rekab.app.background_locator.IsolateHolderService.onCreate(:115)
E/AndroidRuntime(18193): at android.app.ActivityThread.handleCreateService(ActivityThread.java:3953)
E/AndroidRuntime(18193): at android.app.ActivityThread.access$1500(ActivityThread.java:219)
E/AndroidRuntime(18193): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1875)
E/AndroidRuntime(18193): at android.os.Handler.dispatchMessage(Handler.java:107)
E/AndroidRuntime(18193): at android.os.Looper.loop(Looper.java:214)
E/AndroidRuntime(18193): at android.app.ActivityThread.main(ActivityThread.java:7356)
E/AndroidRuntime(18193): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(18193): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
E/AndroidRuntime(18193): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)