Search code examples
androidandroid-ndktesseracttess-two

Cannot build libtess.so in tess-two


Basically when I run ndk-build command in the tess-two folder which I have extracted after downloading, the following error occurs -

https://i.sstatic.net/nYQvr.png

my ndk version is android-ndk-r10c

Due to this libtess.so is not being created in the arm64-v8a folder.

If someone can, then please help me solve this problem.


Solution

  • Well I just downloaded android-ndk-r12b and that seemed to have solve the problem for me. The libtess.so is now being created in the arm64-v8a folder.