Question
Hexaware PVT Ltd
IN
Last activity: 11 Dec 2022 13:32 EST
com.google.zxing.common.ByteMatrix can not be resolved to a type
Hi
I have wriiten a java code for QR-code generation in V8.1.it worked . but i when i imported the same code in V8.6 there is this Java code error "com.google.zxing.common.ByteMatrix cannot be resolved to a type ".
i used :
com.google.zxing.common.ByteMatrix matrix = writer.encode(text, com.google.zxing.BarcodeFormat.QR_CODE, width, heigh);
my expectation is since i added the old version Java code it might not exist for latest versions.