Android NDK: No implementation found for native xxxxxx

前端 未结 2 1386
无人共我
无人共我 2021-01-26 10:14

I do a project in using Tess-two, i want to use the method pixConvertRGBToLuminance, but it always the error:

No implementation found for native Lc         


        
2条回答
  •  梦谈多话
    2021-01-26 10:43

    Another question where the answer is C++ name mangling - declare your function as èxtern "C"

提交回复
热议问题