Whatever library I try to use, I get an error in the console (attached to the bottom).
I use APDE, but still a day ago such a problem
A bug appeared after adding a minim sound library.Tried to reinstall all the libraries, nothing helps.
3 sound libraries do not work, as well as a library QR. The rest do not work either. The error is the same for everyone.
Maybe someone knows what is the point? I really don’t understand, but this is important to me.
//////////////Console/////////////
java.lang.NoClassDefFoundError: Failed resolution of: Lqrcodeprocessing/Decoder;
at processing.test.qrcodeexample.QRCodeExample.setup(QRCodeExample.java:27)
at processing.core.PApplet.handleDraw(PApplet.java:1801)
at processing.core.PSurfaceNone.callDraw(PSurfaceNone.java:471)
at processing.core.PSurfaceNone$AnimationThread.run(PSurfaceNone.java:503)
Caused by: java.lang.ClassNotFoundException: qrcodeprocessing.Decoder
… 4 more
qrcode-dex.jar is mentioned in export.txt,
but it’sa big fat lie and does not exist.
qrcodeprocessing-dex.jar is mentioned in export.txt,
but it’sa big fat lie and does not exist.