Open heedoos opened 1 year ago
I Have the Same issue when multiple face appeare in same time when app crash in android
@ajay2966 You mean after version upgrade("com.google.mlkit:face-detection" to 16.1.5)?
@heedoos vision-camera-face-detector version 0.1.8
Excuse me, any update ?
You can patch using this: https://github.com/ds300/patch-package. fix the version and patch it.
I found that android crashes as soon as the app started. I turned on the logcat and found these errors.
java.lang.ClassNotFoundException: Didn't find class "com.google.mlkit.vision.common.internal.Detector" on path: DexPathList java.lang.ClassNotFoundException: com.google.mlkit.vision.face.FaceDetector
Whoever has same issue, you can update "/node_modules/vision-camera-face-detection/android/build.gradle" mlkit face detection version to fix. implementation 'com.google.mlkit:face-detection:16.1.2' => implementation 'com.google.mlkit:face-detection:16.1.5'
@rodgomesc When you get a chance, can you please update this changes?