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
The error message reported :
No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
at g3.e.n(SourceFile)
at g3.e.g(SourceFile)
at g3.c.e(SourceFile)
at e3.a.c(SourceFile)
at com.google.zxing.e.a(SourceFile)
at com.google.zxing.e.e(SourceFile)
at c7.a.onPreviewFrame(SourceFile)
at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1154)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered:
xiuzhenguo
changed the title
[Bug] Android5.1.1 系统 扫描二维码 拾取到内容后报APP Error错误
[Bug] When scanning a QR code on the Android 5.1.1 system, an "APP Error" message is reported after picking up the content.
Jan 24, 2025
BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!
Describe the bug
When scanning a QR code on the Android 5.1.1 system, an "APP Error" message is reported after picking up the content.
Operating environment and version
Flutter 3.19.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ba39319843 (11 months ago) • 2024-03-07 15:22:21 -0600
Engine • revision 2e4ba9c6fb
Tools • Dart 3.3.1 • DevTools 2.31.1
buildscript {
ext.kotlin_version = '1.7.10'
}
The error message reported :
No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
at g3.e.n(SourceFile)
at g3.e.g(SourceFile)
at g3.c.e(SourceFile)
at e3.a.c(SourceFile)
at com.google.zxing.e.a(SourceFile)
at com.google.zxing.e.e(SourceFile)
at c7.a.onPreviewFrame(SourceFile)
at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1154)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered: