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
I've encountered this problem where suddenly scanning stops working, not just on my app but on the demo app found here. This is my log output in case this sheds some light, I've not been able to find the cause for this.
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.barcode not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite.barcode:0 and remote module com.google.android.gms.vision.dynamite.barcode:0
D/BarcodeNativeHandle: Cannot load feature, fall back to load whole module.
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2703
I/DynamiteModule: Selected remote version of com.google.android.gms.vision.dynamite, version >= 2703
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.barcode not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.barcode:0 and remote module com.google.android.gms.vision.barcode:0
E/Vision: Error loading module com.google.android.gms.vision.barcode optional module true: gg: No acceptable module found. Local version is 0 and remote version is 0.
I/Vision: Request download for engine barcode is a no-op because rate limiting
I'm running on a Huawei CC9 phone, and Chinese devices are known for not operating correctly with Google stuff sometimes, but the odd thing here is the barcode scanner was working well and suddenly stopped working one day, same device, same APK.
Solutions according to the internet are: clearing your Google Play Services data, reinstalling the app, or rebooting. None of this worked in my case.
The text was updated successfully, but these errors were encountered:
I've encountered this problem where suddenly scanning stops working, not just on my app but on the demo app found here. This is my log output in case this sheds some light, I've not been able to find the cause for this.
I'm running on a Huawei CC9 phone, and Chinese devices are known for not operating correctly with Google stuff sometimes, but the odd thing here is the barcode scanner was working well and suddenly stopped working one day, same device, same APK.
Solutions according to the internet are: clearing your Google Play Services data, reinstalling the app, or rebooting. None of this worked in my case.
The text was updated successfully, but these errors were encountered: