nisrulz / qreader

:white_square_button: [Android Library] Read QR codes using google's mobile vision api, but without the hassle
http://nisrulz.github.io/qreader
Apache License 2.0
369 stars 108 forks source link

Barcode recognition libs are not downloaded and are not operational #63

Closed RobertoLayna closed 2 years ago

RobertoLayna commented 5 years ago

E/BarcodeNativeHandle: Error creating remote native handle com.google.android.gms.dynamite.DynamiteModule$zzc: No acceptable module found. Local version is 0 and remote version is 0.

...

E/QREader: Barcode recognition libs are not downloaded and are not operational

A week ago it worked correctly, but now it throws me that error. I have updated Play services and even then it is not possible to open the scanner

Library works fine in Huawei P20 and Moto G6 Play

perusudroid commented 5 years ago

Please let know any solution for this. Unable to get camera preview using ML-Kit.

Error Loading module com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0.

W/BarcodeNativeHandle: Native handle not yet available. Reverting to no-op handle.

Library works fine in all other device except the following one

Device Information: Studio Mega Phone

Android Version: 8.1.0

ShiftDigitalSolutions commented 4 years ago

The problem is that : this library needs more than 500 m free.

trix0 commented 3 years ago

I have the same issue. Any idea how to fix this?

nisrulz commented 3 years ago

@trix0 this library is outdated. It still uses old google play libs which are not useful anymore. I am going to put this info on the readme since many people seem to get confused.

trix0 commented 3 years ago

@trix0 this library is outdated. It still uses old google play libs which are not useful anymore. I am going to put this info on the readme since many people seem to get confused.

I see, Do you know any library you could recommend?

Thanks :)

nisrulz commented 3 years ago

I would suggest you use the one from Firebase directly.

When I created this library, the setup was tedious, but I think the new Firebase library is now a good setup to use.

nisrulz commented 2 years ago

Closing as issue is outdated.