Java Question [solved]Can i use QRCodeReaderView and b4aQRcode together?

chfajardo

Member
Licensed User
Longtime User
I can use both libraries, each one in a distinct project, but when i try to use them in the same project, i get those errors when compiling:

Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/BarcodeFormat;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/Binarizer;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/BinaryBitmap;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/ChecksumException;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/DecodeHintType;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/Dimension;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/EncodeHintType;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/FormatException;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/zxing/InvertedLuminanceSource;

Even with no code written, only selecting the libraries and compiling, i already get those errors.

Any help would be apreciated!
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Use threadtools on topright of your #1, edit the Threadtitle and add a Prefix [solved]
 
Top