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
Tested on Windows and passed, but on linux failed to load: Zxing\Common\HybridBinarizer because the classloader cannot find under 'common' directory.
Please rename the belowing folders to correct it:
src/lib/common => src/lib/Common
src/lib/common/detector => src/lib/Common/Detector
src/lib/common/reedsolomon => src/lib/Common/Reedsolomon
src/lib/qrcode => src/lib/Qrcode
src/lib/qrcode/decoder => src/lib/Qrcode/Decoder
src/lib/qrcode/detector => src/lib/Qrcode/Detector
The text was updated successfully, but these errors were encountered:
Hello!
Tested on Windows and passed, but on linux failed to load: Zxing\Common\HybridBinarizer because the classloader cannot find under 'common' directory.
Please rename the belowing folders to correct it:
src/lib/common => src/lib/Common
src/lib/common/detector => src/lib/Common/Detector
src/lib/common/reedsolomon => src/lib/Common/Reedsolomon
src/lib/qrcode => src/lib/Qrcode
src/lib/qrcode/decoder => src/lib/Qrcode/Decoder
src/lib/qrcode/detector => src/lib/Qrcode/Detector
The text was updated successfully, but these errors were encountered: