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 have a same issue.
This error is because the com.google.zxing.client.android.captureactivity.jar is not referenced.
But, loading the .jar in my lib folder and referenced in my project, the problem continues .
I looked of the .jar lib was missing in class Scan() the atributes CAMERA_ID,ORIENTATION_LOCK, that cause other error.
Hi
I have some problem in use this plugin
My Develop Environment is
Windows 64bit
-Node_modules
cordova
plugman
I tried case
`var scanner = cordova.require("cordova/plugin/BarcodeScanner");
scanner.scan(
function (result) {
alert("We got a barcode\n" +
"Result: " + result.text + "\n" +
"Format: " + result.format + "\n" +
"Cancelled: " + result.cancelled);
},
function (error) {
alert("Scanning failed: " + error);
}
);`
-> "/assets/www/index.html
5. WorkSpace/src/com.phonegap.plugins.barcodescanner Package error
6. "The import com.google cannot be resolved" in a BarcodeSvanner.java
I Attach Screent Capture in my Evernote
The text was updated successfully, but these errors were encountered: