Qt 6.11 is out! See what's new in the release
blog
Zxing-Cpp android compile error
-
I'm developing a barcode generation application with zxing. There are no problems on the desktop side, but when I start compiling on Android, it says it can't read the
android--deployment.jsonfile.I'm fetching zxing-cpp with
FetchContentand applying it withFetchContent_MakeAvailable.I couldn't find any resources online about this. How can I solve this problem?
-
Hi,
What exactly are you compiling ?
The original zxing is java only currently but there's a cpp port and also a Qt port. Therefore, please post more details and even better a minimal sample project that allows people to reproduce your issue.