-
Notifications
You must be signed in to change notification settings - Fork 60
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 release下init异常 #79
Comments
我也遇到同样的问题[√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [Version 10.0.18363.592], locale zh-CN) [!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
|
wo也遇到了 这个问题 |
2019-10-27 14:45:51.909 4616-4616/? E/MethodChannel#jmessage_flutter: Failed to handle method call
b.a.a.b.g: Subscriber class b.a.c.h.a has no public methods called onEvent
at b.a.a.b.n.a(Unknown Source:347)
at b.a.a.b.e.b(Unknown Source:7)
at b.a.a.b.e.a(Unknown Source:0)
at b.a.c.c.a.a(Unknown Source:22)
at b.a.c.c.a(Unknown Source:60)
at cn.jpush.im.android.api.JMessageClient.init(Unknown Source:69)
at com.jiguang.jmessageflutter.Fa.za(:7)
at com.jiguang.jmessageflutter.Fa.a(:6)
at d.a.b.a.o$a.a(:2)
at io.flutter.embedding.engine.a.c.a(:16)
at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(:2)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:363)
at android.os.Looper.loop(Looper.java:173)
at android.app.ActivityThread.main(ActivityThread.java:8113)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100)
debug模式下正常。
flutter doctor --android-licenses[✓] Flutter (Channel beta, v1.10.7, on Mac OS X 10.15 19A602, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.1)
[✓] Android Studio (version 3.5)
[✓] IntelliJ IDEA Ultimate Edition (version 2019.1)
[✓] VS Code (version 1.39.2)
[✓] Proxy Configuration
[✓] Connected device (2 available)
• No issues found!
The text was updated successfully, but these errors were encountered: