mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

App Crash on android device #210

Closed MrJohn2014 closed 4 years ago

MrJohn2014 commented 4 years ago

App doing well on my iOS device, but it crashes on android device when i click the scan button. Error: android.content.ActivityNotFoundException: Unable to find explicit activity class {***/de.mintware.barcode_scan.BarcodeScannerActivity} Any suggestion for that? i use the version barcode_scan 2.0.2

devtronic commented 4 years ago

Does the problem also exist in the latest dev version? https://pub.dev/packages/barcode_scan/versions/3.0.0-dev.3

If yes, please provide a minimal working example to reproduce the problem.

Bravo2x commented 4 years ago

App doing well on my iOS device, but it crashes on android device when i click the scan button. Error: android.content.ActivityNotFoundException: Unable to find explicit activity class {***/de.mintware.barcode_scan.BarcodeScannerActivity} Any suggestion for that? i use the version barcode_scan 2.0.2

Hi i faced the same issue (both version crashed 2.0.2 and 3.0.0), if i have next expression in my AndroidManifest.xml : tools:node="replace" - once i have deleted it plugin works fine