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

[Bug] When scanning a QR code on the Android 5.1.1 system, an "APP Error" message is reported after picking up the content. #100

Open
xiuzhenguo opened this issue Jan 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@xiuzhenguo
Copy link

xiuzhenguo commented 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'

repositories {
    // google()
    // mavenCentral()
    maven { url 'https://maven.aliyun.com/repository/google' }
    maven { url 'https://maven.aliyun.com/repository/jcenter' }
    maven { url 'https://maven.aliyun.com/repository/public' }

}

dependencies {
    classpath 'com.android.tools.build:gradle:7.2.2'
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}

}

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)

@xiuzhenguo xiuzhenguo added the bug Something isn't working label Jan 24, 2025
@xiuzhenguo 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant