facundomedica / fast_qr_reader_view

A Fast QR Reader widget for Flutter. For both Android and iOS
MIT License
294 stars 163 forks source link

Can't get it working on Android 8.1.0 #64

Closed bas24 closed 4 years ago

bas24 commented 4 years ago

Looks like it loading barcode from this line: I/DynamiteModule( 5349): Selected remote version of com.google.android.gms.vision.dynamite, version >= 2702 but not scanning anyway. Let me an insight please what is going wrong.

W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 W/GrallocMapperPassthrough( 5349): buffer descriptor with invalid usage bits 0x2000 I/Choreographer( 5349): Skipped 34 frames! The application may be doing too much work on its main thread. W/DynamiteModule( 5349): Local module descriptor class for com.google.android.gms.vision.dynamite.barcode not found. I/DynamiteModule( 5349): Considering local module com.google.android.gms.vision.dynamite.barcode:0 and remote module com.google.android.gms.vision.dynamite.barcode:0 D/BarcodeNativeHandle( 5349): Cannot load feature, fall back to load whole module. W/DynamiteModule( 5349): Local module descriptor class for com.google.android.gms.vision.dynamite not found. I/DynamiteModule( 5349): Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2702 I/DynamiteModule( 5349): Selected remote version of com.google.android.gms.vision.dynamite, version >= 2702 V/DynamiteModule( 5349): Dynamite loader version >= 2, using loadModule2NoCrashUtils I/Vision ( 5349): Loading library libbarhopper.so I/Vision ( 5349): libbarhopper.so library load status: true

bas24 commented 4 years ago

My QR code design issue :-) haha