0

I am trying to run PaddleOCR's android demo on my Samsung device which has an exynos processor.

The demo complies successfully on my emulator (Pixel XL API 32) and moto device which have arm processor on them. However, it fails with the following error on my samsung device -

ninja: error: '../app/PaddleLite/cxx/libs/armeabi-v7a/libpaddle_light_api_shared.so', needed by '../app/build/intermediates/cxx/Debug/6s6c4n3g/obj/armeabi-v7a/libNative.so', missing and no known rule to make it

I tried adding 'libpaddle_light_api_shared.so' file, I found on another github repo, but that gives further error within the CPP files.

How can this issue be resolved? From my understanding Exynos is also ARM based so the project should ideally compile without on the samsung device too.

K K
  • 73
  • 6

0 Answers0