SCodes icon indicating copy to clipboard operation
SCodes copied to clipboard

Error android compiler

Open vmgonzalez1990 opened this issue 1 year ago • 1 comments

when i compile get the error: SCodes/src/zxing-cpp/core/src/Result.cpp', needed by 'armeabi-v7a/Result.o'. Stop.

vmgonzalez1990 avatar Apr 09 '24 19:04 vmgonzalez1990

@vmgonzalez1990 From this error I see that you're missing a file from zxing repository. Maybe you're trying to build an old version of zxing or the repository was not completely fetched.

Please try git submodule update --recursive --init command. If it doesn't work please try to fetch SCodes again and update the submodule on freshly cloned repo.

mateusz-fejcher avatar Jul 08 '24 07:07 mateusz-fejcher