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

No virtual method hasGlyph #35

Open
jenniestrongbow opened this issue Nov 5, 2020 · 0 comments
Open

No virtual method hasGlyph #35

jenniestrongbow opened this issue Nov 5, 2020 · 0 comments

Comments

@jenniestrongbow
Copy link

jenniestrongbow commented Nov 5, 2020

Hi,

Every single time I add the Emoji picker to a build section, it compiles ok but when I open a chat window with the Emoji Picker, I get the following fatal error (crash). Please help. Thanks.

E/flutter (22629): [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(43)] java.lang.NoSuchMethodError: No virtual method hasGlyph(Ljava/lang/String;)Z in class Landroid/graphics/Paint; or its super classes (declaration of 'android.graphics.Paint' appears in /system/framework/framework.jar)
E/flutter (22629): at com.jeffg.emoji_picker.EmojiPickerPlugin.onMethodCall(EmojiPickerPlugin.java:45)
E/flutter (22629): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233)
E/flutter (22629): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/flutter (22629): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:692)
E/flutter (22629): at android.os.MessageQueue.nativePollOnce(Native Method)
E/flutter (22629): at android.os.MessageQueue.next(MessageQueue.java:143)
E/flutter (22629): at android.os.Looper.loop(Looper.java:130)
E/flutter (22629): at android.app.ActivityThread.main(ActivityThread.java:5942)
E/flutter (22629): at java.lang.reflect.Method.invoke(Native Method)
E/flutter (22629): at java.lang.reflect.Method.invoke(Method.java:372)
E/flutter (22629): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
E/flutter (22629): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194)

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

1 participant