You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
E/AndroidRuntime(15736): java.lang.IllegalStateException: Reply already submitted
E/AndroidRuntime(15736): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:286)
E/AndroidRuntime(15736): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:267)
E/AndroidRuntime(15736): at pt.tribeiro.flutter_plugin_pdf_viewer.FlutterPluginPdfViewerPlugin$1$2.run(FlutterPluginPdfViewerPlugin.java:92)
E/AndroidRuntime(15736): at android.os.Handler.handleCallback(Handler.java:938)
E/AndroidRuntime(15736): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(15736): at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime(15736): at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime(15736): at android.app.ActivityThread.main(ActivityThread.java:8669)
E/AndroidRuntime(15736): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(15736): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
E/AndroidRuntime(15736): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
I/Process (15736): Sending signal. PID: 15736 SIG: 9
The text was updated successfully, but these errors were encountered:
This plugin is being crashing on android on any device with this error in below screenshot. I think on android there is some native configuration missing for android main manifest file. As I am not a native android developer, I cannot identify this error I hope you'll resolve this error in the next version of this package.
E/AndroidRuntime(15736): java.lang.IllegalStateException: Reply already submitted
E/AndroidRuntime(15736): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:286)
E/AndroidRuntime(15736): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.success(MethodChannel.java:267)
E/AndroidRuntime(15736): at pt.tribeiro.flutter_plugin_pdf_viewer.FlutterPluginPdfViewerPlugin$1$2.run(FlutterPluginPdfViewerPlugin.java:92)
E/AndroidRuntime(15736): at android.os.Handler.handleCallback(Handler.java:938)
E/AndroidRuntime(15736): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(15736): at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime(15736): at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime(15736): at android.app.ActivityThread.main(ActivityThread.java:8669)
E/AndroidRuntime(15736): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(15736): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
E/AndroidRuntime(15736): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
I/Process (15736): Sending signal. PID: 15736 SIG: 9
The text was updated successfully, but these errors were encountered: