capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 169 forks source link

Android build is failing with latest version of the barcode scanner #192

Closed Raghavaraju-K closed 1 year ago

Raghavaraju-K commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Add the plugin in json file
  2. build the code and run thhe project in the device
  3. android build throws excepotions Screenshot 2023-02-06 at 12 46 46 PM

Expected behavior plugin intallation shpuld work for android

Screenshots If applicable, add screenshots to help explain your problem.

Version [e.g. v1.0.0]

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

thegnuu commented 1 year ago

The error you are providing is thrown in a Capacitor class and is not caused by this plugin. You must first ensure your project will work without the plugin. If there are some problems related to the plugin I will do my best to help, but in this case, I am unfortunately not able to help you