Fix for: FATAL EXCEPTION: java.lang.UnsatisfiedLinkError: No implementation found for io.flutter.view.FlutterCallbackInformation io.flutter.embedding.engine.FlutterJNI.nativeLookupCallbackInformation #263 - #292
Open
umair13adil wants to merge 3 commits into
Conversation
justjcool
approved these changes
Jan 12, 2022
justjcool
reviewed
Jan 12, 2022
Author
|
@justjcool Thanks, I will remove that & push again. |
|
Hi @umair13adil, i tried to use your fork directly as the rekabhq:master is just not updated anymore. But I have an issue when my device restarted, instead of having a notification on my Android saying "Start Location Tracking" "Track location in background", i get a "null" "null". Any idea if it's because of my code ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)