hypery2k / cordova-barcodescanner-plugin

barcode scanner plugin for PhoneGap
51 stars 39 forks source link

Android build fails because of duplicate uses-feature on camera #39

Open halindrome opened 6 years ago

halindrome commented 6 years ago

The pulgin.xml file has a uses-feature android.hardware.camera.

That's fine but it seems that this causes a duplicate entry. Probably because there is some other plugin that does the same thing. Removing that line from the plugin.xml allowed the build to complete.

I don't know enough about plugin.xml to suggest a correct fix, or I would put in a PR myself. Sorry.

hypery2k commented 6 years ago

sorry to say, but plugin is discontinued