Open akira32 opened 2 months ago
changeme
Thank you. What is it? The file was stopped by my google chrome for secure.
I midify the constuctor and remove two null parameters. It seems to be ok. But When I build, the errors(as below)are appears in the Build Output Window. Doe someone know how to solve those errors?
My android app appears one of the error as below when android studio build apk.
error: no suitable constructor found for DefaultDecoderFactory(ArrayList<BarcodeFormat>,<null>,<null>)
I found the error is the constructor of DefaultDecoderFactory. Does someone know how to solve this problem?
mBarcodeView.setDecoderFactory(new DefaultDecoderFactory(formatList, null, null));